commit | 800df6efb8adea88dbed335b918a43b038a6b617 | [log] [tgz] |
---|---|---|
author | David Tolnay <dtolnay@gmail.com> | Sun Sep 02 12:17:25 2018 -0700 |
committer | David Tolnay <dtolnay@gmail.com> | Sun Sep 02 12:17:25 2018 -0700 |
tree | 2f40bcfdb856037036528f47259e6181fc6c2a29 | |
parent | a7aa4ee3e56251b3f8c10f24cfbe0bdff8f1f6c5 [diff] [blame] |
Release 0.15.0-rc2
diff --git a/src/lib.rs b/src/lib.rs index b6a4339..7810c4a 100644 --- a/src/lib.rs +++ b/src/lib.rs
@@ -253,7 +253,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-next/0.15.0-rc1")] +#![doc(html_root_url = "https://docs.rs/syn-next/0.15.0-rc2")] #![cfg_attr(feature = "cargo-clippy", deny(clippy, clippy_pedantic))] // Ignored clippy lints. #![cfg_attr(