commit | e8722512d8c61e3380bf399216e0a0dba7772398 | [log] [tgz] |
---|---|---|
author | David Tolnay <dtolnay@gmail.com> | Mon May 28 21:49:08 2018 -0700 |
committer | David Tolnay <dtolnay@gmail.com> | Mon May 28 21:49:08 2018 -0700 |
tree | 0c3bec43a8adf6d3007616c1f6134ec5fa34ad61 | |
parent | ea97f72809f6f9d3a4531349eb52bb765a03a875 [diff] [blame] |
Release 0.14.1
diff --git a/src/lib.rs b/src/lib.rs index 0bd3c69..0982886 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.0")] +#![doc(html_root_url = "https://docs.rs/syn/0.14.1")] #![cfg_attr(feature = "cargo-clippy", deny(clippy, clippy_pedantic))] // Ignored clippy lints. #![cfg_attr(