diff options
| author | Haibo Huang <hhb@google.com> | 2020-05-06 18:54:43 -0700 |
|---|---|---|
| committer | Haibo Huang <hhb@google.com> | 2020-05-06 18:54:43 -0700 |
| commit | 2cfca3511b4da5d151e2c0cb3975beabba08dd4c (patch) | |
| tree | 8a967cdb4cefab94d9195c814d6fc7d15c8a8780 /src/lib.rs | |
| parent | 1d604e4bcd6732c040c3b63184fb40b2c1e1fe9b (diff) | |
| download | platform_external_rust_crates_syn-2cfca3511b4da5d151e2c0cb3975beabba08dd4c.tar.gz platform_external_rust_crates_syn-2cfca3511b4da5d151e2c0cb3975beabba08dd4c.tar.bz2 platform_external_rust_crates_syn-2cfca3511b4da5d151e2c0cb3975beabba08dd4c.zip | |
Upgrade rust/crates/syn to 1.0.19
Test: None
Change-Id: I1a75beb98d165ed3998145eae339a23526412cfa
Diffstat (limited to 'src/lib.rs')
| -rw-r--r-- | src/lib.rs | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -242,7 +242,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/1.0.18")] +#![doc(html_root_url = "https://docs.rs/syn/1.0.19")] #![deny(clippy::all, clippy::pedantic)] // Ignored clippy lints. #