commit | 75cbd6e5748745e929773a8b2f67e645bb7b3c99 | [log] [tgz] |
---|---|---|
author | David Tolnay <dtolnay@gmail.com> | Sun Apr 01 22:24:42 2018 -0700 |
committer | David Tolnay <dtolnay@gmail.com> | Sun Apr 01 22:24:42 2018 -0700 |
tree | bac78210343e8f7632ce5ec5e41d08acf6fc2104 | |
parent | 7f9954d7e186e21f54f51992ef3496ce419067cd [diff] [blame] |
Release 0.13.1
diff --git a/src/lib.rs b/src/lib.rs index ff3d3d2..d0e291d 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.13.0")] +#![doc(html_root_url = "https://docs.rs/syn/0.13.1")] #![cfg_attr(feature = "cargo-clippy", allow(const_static_lifetime, doc_markdown, large_enum_variant, match_bool, redundant_closure, needless_pass_by_value, redundant_field_names))]