commit | 981c19be27cf63c130d57b1e294ec4f121235183 | [log] [tgz] |
---|---|---|
author | David Tolnay <dtolnay@gmail.com> | Sun Sep 09 00:37:43 2018 -0700 |
committer | David Tolnay <dtolnay@gmail.com> | Sun Sep 09 00:37:43 2018 -0700 |
tree | 2ab3e1a99dacd4a2fd0686d61dfa63f274575dd2 | |
parent | c327cd213c02869b0d181914663cc9c8bc27d89d [diff] |
Release 0.15.3
diff --git a/src/lib.rs b/src/lib.rs index 88cd708..feeb877 100644 --- a/src/lib.rs +++ b/src/lib.rs
@@ -255,7 +255,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.15.2")] +#![doc(html_root_url = "https://docs.rs/syn/0.15.3")] #![cfg_attr(feature = "cargo-clippy", deny(clippy, clippy_pedantic))] // Ignored clippy lints. #![cfg_attr(