commit | dda417e88320e93f28eea74254d6f61ddc86a1f3 | [log] [tgz] |
---|---|---|
author | David Tolnay <dtolnay@gmail.com> | Wed Sep 12 00:20:17 2018 -0700 |
committer | David Tolnay <dtolnay@gmail.com> | Wed Sep 12 00:20:17 2018 -0700 |
tree | 7e91c5f5a83486e67a0a4166e5d67ebe05a1ba8c | |
parent | 99a200b3fdf4707a5f2f03725c441c61b1997c0f [diff] [blame] |
Release 0.15.4
diff --git a/src/lib.rs b/src/lib.rs index feeb877..6d7b651 100644 --- a/src/lib.rs +++ b/src/lib.rs
@@ -255,7 +255,7 @@ //! dynamic library libproc_macro from rustc toolchain. // Syn types in rustdoc of other crates get linked to here. -#![doc(html_root_url = "https://docs.rs/syn/0.15.3")] +#![doc(html_root_url = "https://docs.rs/syn/0.15.4")] #![cfg_attr(feature = "cargo-clippy", deny(clippy, clippy_pedantic))] // Ignored clippy lints. #![cfg_attr(