commit | fe859fefba404510e4a4af6c894c708c8af4fffe | [log] [tgz] |
---|---|---|
author | David Tolnay <dtolnay@gmail.com> | Tue Jan 23 00:35:42 2018 -0800 |
committer | David Tolnay <dtolnay@gmail.com> | Tue Jan 23 00:35:42 2018 -0800 |
tree | 83e7c8f72e409788a3e9c56ae1555ff053b6ee45 | |
parent | 491680abaa83ee01739262e387bb0e9a7e71b530 [diff] [blame] |
Release 0.12.8
diff --git a/src/lib.rs b/src/lib.rs index 935c0cb..4397c48 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.7")] +#![doc(html_root_url = "https://docs.rs/syn/0.12.8")] #![cfg_attr(feature = "cargo-clippy", allow(const_static_lifetime, doc_markdown, large_enum_variant, match_bool, redundant_closure, needless_pass_by_value))]