commit | 77503e817938331428df7c2cee6441b24f928dcc | [log] [tgz] |
---|---|---|
author | David Tolnay <dtolnay@gmail.com> | Fri Aug 03 08:39:15 2018 -0700 |
committer | David Tolnay <dtolnay@gmail.com> | Fri Aug 03 08:39:15 2018 -0700 |
tree | 3f61628dc5795b26a3cbc97133cd9d79201b25b5 | |
parent | dc7de68a2f7954c3f7bbd9715e09f1c6e5f8958e [diff] [blame] |
Release 0.14.7
diff --git a/src/lib.rs b/src/lib.rs index 192dd9d..37ff54e 100644 --- a/src/lib.rs +++ b/src/lib.rs
@@ -258,7 +258,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.6")] +#![doc(html_root_url = "https://docs.rs/syn/0.14.7")] #![cfg_attr(feature = "cargo-clippy", deny(clippy, clippy_pedantic))] // Ignored clippy lints. #![cfg_attr(