commit | a3693e11b857340a338d773128505bb525b56cbe | [log] [tgz] |
---|---|---|
author | David Tolnay <dtolnay@gmail.com> | Sat Jun 02 13:29:06 2018 -0700 |
committer | David Tolnay <dtolnay@gmail.com> | Sat Jun 02 13:29:06 2018 -0700 |
tree | 5b21d7ff236618313fa42eb1941881a633f51a3a | |
parent | a4319b77d1bbf5e2fc7fda90b331adb956df32cb [diff] [blame] |
Release 0.14.2
diff --git a/src/lib.rs b/src/lib.rs index 0982886..2b362bd 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.1")] +#![doc(html_root_url = "https://docs.rs/syn/0.14.2")] #![cfg_attr(feature = "cargo-clippy", deny(clippy, clippy_pedantic))] // Ignored clippy lints. #![cfg_attr(