commit | 606e794df4d6b76eecd36538cd4bba71f952e001 | [log] [tgz] |
---|---|---|
author | David Tolnay <dtolnay@gmail.com> | Sat Sep 01 20:13:15 2018 -0700 |
committer | David Tolnay <dtolnay@gmail.com> | Sat Sep 01 20:16:38 2018 -0700 |
tree | 0293a0b5e21920be1d51a94ab7a5941eb3f478ad | |
parent | 35b498ec501b345a57aa0144a9b22d5fa85d7415 [diff] |
Prepare to publish preview as syn-next
diff --git a/src/lib.rs b/src/lib.rs index 075bc53..bcc560d 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/0.14.9")] +#![doc(html_root_url = "https://docs.rs/syn-next/0.14.9")] #![cfg_attr(feature = "cargo-clippy", deny(clippy, clippy_pedantic))] // Ignored clippy lints. #![cfg_attr(