commit | 130baaced7cadadfd03a4b0bd99b38dcb8c90274 | [log] [tgz] |
---|---|---|
author | David Tolnay <dtolnay@gmail.com> | Thu Sep 06 02:08:46 2018 -0700 |
committer | David Tolnay <dtolnay@gmail.com> | Thu Sep 06 02:08:46 2018 -0700 |
tree | ba6929defffcdbf1c93c57d1bbc6ab60f4a49640 | |
parent | 24e21f966dc8cf0c833eda385c356145c8bf503d [diff] |
Release 0.15.0-rc4
diff --git a/src/lib.rs b/src/lib.rs index ed04e7c..be9a6a8 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-rc3")] +#![doc(html_root_url = "https://docs.rs/syn-next/0.15.0-rc4")] #![cfg_attr(feature = "cargo-clippy", deny(clippy, clippy_pedantic))] // Ignored clippy lints. #![cfg_attr(