commit | 3c4cbf64e6c1effe26d51cb63c6a5ba233b07f4a | [log] [tgz] |
---|---|---|
author | David Tolnay <dtolnay@gmail.com> | Tue Jan 09 12:21:51 2018 -0800 |
committer | David Tolnay <dtolnay@gmail.com> | Tue Jan 09 12:21:51 2018 -0800 |
tree | 55e1c3daa34bc9d53c7384714ea3ac6bac27df20 | |
parent | b56a8805fc836d53de862f9c53d0bf39b14ee1a9 [diff] [blame] |
Release 0.12.2
diff --git a/src/lib.rs b/src/lib.rs index 19fdda5..8682a3d 100644 --- a/src/lib.rs +++ b/src/lib.rs
@@ -256,7 +256,7 @@ //! types. // Syn types in rustdoc of other crates get linked to here. -#![doc(html_root_url = "https://docs.rs/syn/0.12.1")] +#![doc(html_root_url = "https://docs.rs/syn/0.12.2")] #![cfg_attr(feature = "cargo-clippy", allow(const_static_lifetime, doc_markdown, large_enum_variant, match_bool, redundant_closure, needless_pass_by_value))]