commit | 6f03cfcdd9438fb50a7618882d8ec77f3f12cc2b | [log] [tgz] |
---|---|---|
author | David Tolnay <dtolnay@gmail.com> | Sat Feb 03 09:30:53 2018 -0800 |
committer | David Tolnay <dtolnay@gmail.com> | Sat Feb 03 09:30:53 2018 -0800 |
tree | df50577cb301dc2df7e37f2dfd7a510d1bdf3ad0 | |
parent | 60fafad8572c9c15ebdb2fc5546c91de807ab9e6 [diff] [blame] |
Release 0.12.12
diff --git a/src/lib.rs b/src/lib.rs index b3831dc..f01ac1c 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.11")] +#![doc(html_root_url = "https://docs.rs/syn/0.12.12")] #![cfg_attr(feature = "cargo-clippy", allow(const_static_lifetime, doc_markdown, large_enum_variant, match_bool, redundant_closure, needless_pass_by_value))]