commit | 8af53999a8b048dffe5687ffdfe6f8caad8e29e2 | [log] [tgz] |
---|---|---|
author | David Tolnay <dtolnay@gmail.com> | Fri Mar 09 00:54:16 2018 -0800 |
committer | David Tolnay <dtolnay@gmail.com> | Fri Mar 09 00:54:16 2018 -0800 |
tree | 59fd573dca8729ed6af6d0fed613d0e42289ef94 | |
parent | 2a0b02fed953ff7d46c41ecbd62613de5f1d6ca4 [diff] [blame] |
Release 0.12.14
diff --git a/src/lib.rs b/src/lib.rs index e6e716a..abe755e 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.13")] +#![doc(html_root_url = "https://docs.rs/syn/0.12.14")] #![cfg_attr(feature = "cargo-clippy", allow(const_static_lifetime, doc_markdown, large_enum_variant, match_bool, redundant_closure, needless_pass_by_value))]