commit | 7e0005971f6cb2b8d73d5c7c8f334d6e9111fe3a | [log] [tgz] |
---|---|---|
author | David Tolnay <dtolnay@gmail.com> | Tue Jan 23 09:11:57 2018 -0800 |
committer | David Tolnay <dtolnay@gmail.com> | Tue Jan 23 09:11:57 2018 -0800 |
tree | 941409b4a89070ade9cc80c2fbc6b4df77a7ecd5 | |
parent | 3b2e1027410bab8a8448b6660f65cbfd15e3372c [diff] |
Release 0.12.10
diff --git a/src/lib.rs b/src/lib.rs index db8e0f0..96f9644 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.9")] +#![doc(html_root_url = "https://docs.rs/syn/0.12.10")] #![cfg_attr(feature = "cargo-clippy", allow(const_static_lifetime, doc_markdown, large_enum_variant, match_bool, redundant_closure, needless_pass_by_value))]