commit | 6044da341d4955b8b2ac76af9eacadd550901555 | [log] [tgz] |
---|---|---|
author | David Tolnay <dtolnay@gmail.com> | Tue Jan 23 00:43:57 2018 -0800 |
committer | David Tolnay <dtolnay@gmail.com> | Tue Jan 23 00:43:57 2018 -0800 |
tree | f037774faccbaedcba6ea3594a7739f3bd70853f | |
parent | 7d6a7b8979ae517ab4ec0dca3173c21c9f456ca8 [diff] [blame] |
Release 0.12.9
diff --git a/src/lib.rs b/src/lib.rs index 4397c48..db8e0f0 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.8")] +#![doc(html_root_url = "https://docs.rs/syn/0.12.9")] #![cfg_attr(feature = "cargo-clippy", allow(const_static_lifetime, doc_markdown, large_enum_variant, match_bool, redundant_closure, needless_pass_by_value))]