commit | 6503de477e12b5494ea4aac277821e292cf7d123 | [log] [tgz] |
---|---|---|
author | David Tolnay <dtolnay@gmail.com> | Sun Sep 09 00:31:38 2018 -0700 |
committer | David Tolnay <dtolnay@gmail.com> | Sun Sep 09 00:31:38 2018 -0700 |
tree | 9f38ac85e427a9e4e1e83a9b76e41de97b877001 | |
parent | 535348aa5acd9a2010c07a64ae4e6943554f7c11 [diff] [blame] |
Release 0.15.2
diff --git a/src/lib.rs b/src/lib.rs index 2cfef5f..88cd708 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.1")] +#![doc(html_root_url = "https://docs.rs/syn/0.15.2")] #![cfg_attr(feature = "cargo-clippy", deny(clippy, clippy_pedantic))] // Ignored clippy lints. #![cfg_attr(