diff options
| author | Joel Galenson <jgalenson@google.com> | 2021-05-19 17:24:08 -0700 |
|---|---|---|
| committer | Joel Galenson <jgalenson@google.com> | 2021-05-19 17:24:08 -0700 |
| commit | fdd477442016fa3579b7b97a42e52e2340149ba7 (patch) | |
| tree | 55e4cdf9420132a0989e9bd5f7d78c533a2b95ec /src/lib.rs | |
| parent | 378cd52597b55bd262c21722d1c2639c7a4e21a2 (diff) | |
| download | platform_external_rust_crates_syn-fdd477442016fa3579b7b97a42e52e2340149ba7.tar.gz platform_external_rust_crates_syn-fdd477442016fa3579b7b97a42e52e2340149ba7.tar.bz2 platform_external_rust_crates_syn-fdd477442016fa3579b7b97a42e52e2340149ba7.zip | |
Upgrade rust/crates/syn to 1.0.72
Test: make
Change-Id: Ie700357fdff8bb1a8c760adb67274f6b91c42eb3
Diffstat (limited to 'src/lib.rs')
| -rw-r--r-- | src/lib.rs | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -250,7 +250,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.69")] +#![doc(html_root_url = "https://docs.rs/syn/1.0.72")] #![cfg_attr(doc_cfg, feature(doc_cfg))] #![allow(non_camel_case_types)] // Ignored clippy lints. @@ -274,6 +274,8 @@ // Ignored clippy_pedantic lints. #