commit | e6ec9e09060bab2f316f5402983ae882113d7864 | [log] [tgz] |
---|---|---|
author | David Tolnay <dtolnay@gmail.com> | Tue Aug 21 21:32:03 2018 -0400 |
committer | David Tolnay <dtolnay@gmail.com> | Tue Aug 21 21:32:03 2018 -0400 |
tree | 99c71ded4cafab0421d04c193fcfa579ce8ee7df | |
parent | 758ee135c2ba9e94c001340b469441bc88be1829 [diff] [blame] |
Release 0.14.9
diff --git a/src/lib.rs b/src/lib.rs index be39a25..debb5b0 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.8")] +#![doc(html_root_url = "https://docs.rs/syn/0.14.9")] #![cfg_attr(feature = "cargo-clippy", deny(clippy, clippy_pedantic))] // Ignored clippy lints. #![cfg_attr(