commit | 807b5359cdc01110ecb4aa5b7ccc468f23f0c9f4 | [log] [tgz] |
---|---|---|
author | David Tolnay <dtolnay@gmail.com> | Thu Feb 15 15:18:16 2018 -0800 |
committer | David Tolnay <dtolnay@gmail.com> | Thu Feb 15 15:18:16 2018 -0800 |
tree | bffaf3e16192d333b3667115f277c700a866ef95 | |
parent | aad49d9ff9803986e225471755fc2a201c34272f [diff] |
Release 0.12.13
diff --git a/src/lib.rs b/src/lib.rs index f01ac1c..e6e716a 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.12")] +#![doc(html_root_url = "https://docs.rs/syn/0.12.13")] #![cfg_attr(feature = "cargo-clippy", allow(const_static_lifetime, doc_markdown, large_enum_variant, match_bool, redundant_closure, needless_pass_by_value))]