commit | dd8ae7703910660ea970aafb35bb6e214dab2c33 | [log] [tgz] |
---|---|---|
author | David Tolnay <dtolnay@gmail.com> | Sun Aug 12 10:02:20 2018 -0700 |
committer | David Tolnay <dtolnay@gmail.com> | Sun Aug 12 10:02:20 2018 -0700 |
tree | 8964158b3c1f69f13cf3ea0e8c769021224f6d2c | |
parent | 2fc18c70b6c0ce622d3284a498671bdc5dca4e72 [diff] [blame] |
Release 0.14.8
diff --git a/src/lib.rs b/src/lib.rs index 1f02659..aefeca0 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.7")] +#![doc(html_root_url = "https://docs.rs/syn/0.14.8")] #![cfg_attr(feature = "cargo-clippy", deny(clippy, clippy_pedantic))] // Ignored clippy lints. #![cfg_attr(