commit | 0f9c5cce0adf906c7a1a51005c07c24d5d4920bf | [log] [tgz] |
---|---|---|
author | David Tolnay <dtolnay@gmail.com> | Thu Jan 11 17:12:19 2018 -0800 |
committer | David Tolnay <dtolnay@gmail.com> | Thu Jan 11 17:12:19 2018 -0800 |
tree | f24aed433b6f039ab94ee1e6e9a9c74a9c69bed0 | |
parent | e0759c9f275a13d9c950191c3647e7cd481dff15 [diff] [blame] |
Release 0.12.4
diff --git a/src/lib.rs b/src/lib.rs index b974dc4..7de23c5 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.3")] +#![doc(html_root_url = "https://docs.rs/syn/0.12.4")] #![cfg_attr(feature = "cargo-clippy", allow(const_static_lifetime, doc_markdown, large_enum_variant, match_bool, redundant_closure, needless_pass_by_value))]