commit | c847239be616c6298383979b20fd7f3b2d138fab | [log] [tgz] |
---|---|---|
author | David Tolnay <dtolnay@gmail.com> | Sat Sep 01 20:14:28 2018 -0700 |
committer | David Tolnay <dtolnay@gmail.com> | Sat Sep 01 20:16:39 2018 -0700 |
tree | 3cd1e222e7eb85741dc594fc471d7f3fbc0b0b68 | |
parent | 606e794df4d6b76eecd36538cd4bba71f952e001 [diff] [blame] |
Release 0.15.0-rc1
diff --git a/src/lib.rs b/src/lib.rs index bcc560d..b6a4339 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.14.9")] +#![doc(html_root_url = "https://docs.rs/syn-next/0.15.0-rc1")] #![cfg_attr(feature = "cargo-clippy", deny(clippy, clippy_pedantic))] // Ignored clippy lints. #![cfg_attr(