commit | 49962c311201604683a57d0eb10a137b4802afa1 | [log] [tgz] |
---|---|---|
author | David Tolnay <dtolnay@gmail.com> | Fri Feb 02 22:36:07 2018 -0800 |
committer | David Tolnay <dtolnay@gmail.com> | Fri Feb 02 22:36:07 2018 -0800 |
tree | b35dce090aa7d7d17edf0841db8939d65207a06d | |
parent | 81ab4f6fb8d37c619bbca104fa14561e5daf9351 [diff] [blame] |
Release 0.12.11
diff --git a/src/lib.rs b/src/lib.rs index 96f9644..d31f50b 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.10")] +#![doc(html_root_url = "https://docs.rs/syn/0.12.11")] #![cfg_attr(feature = "cargo-clippy", allow(const_static_lifetime, doc_markdown, large_enum_variant, match_bool, redundant_closure, needless_pass_by_value))]