commit | 66e20892d4cb744a1d41df01030900e141d8bb5a | [log] [tgz] |
---|---|---|
author | David Tolnay <dtolnay@gmail.com> | Wed Aug 01 11:47:28 2018 -0700 |
committer | David Tolnay <dtolnay@gmail.com> | Wed Aug 01 11:47:28 2018 -0700 |
tree | 8ff91c80cf540f91c8861a921dd68cd1fa7a1016 | |
parent | ae0009e5f3a44cb323d90cc5f8aff447503ba4d2 [diff] [blame] |
Release 0.14.6
diff --git a/src/lib.rs b/src/lib.rs index 112361f..192dd9d 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.5")] +#![doc(html_root_url = "https://docs.rs/syn/0.14.6")] #![cfg_attr(feature = "cargo-clippy", deny(clippy, clippy_pedantic))] // Ignored clippy lints. #![cfg_attr(