diff options
| author | Joel Galenson <jgalenson@google.com> | 2021-06-21 14:07:16 -0700 |
|---|---|---|
| committer | Joel Galenson <jgalenson@google.com> | 2021-06-21 14:07:16 -0700 |
| commit | d3247288b25676ebb67166afa49c51161fa98562 (patch) | |
| tree | 76c650dd480ff46f24d3d8edf350dc4132116b5a /src/lib.rs | |
| parent | fc3b396a8a1ec0117ef445d5c10c88c6241d69c1 (diff) | |
| download | platform_external_rust_crates_syn-d3247288b25676ebb67166afa49c51161fa98562.tar.gz platform_external_rust_crates_syn-d3247288b25676ebb67166afa49c51161fa98562.tar.bz2 platform_external_rust_crates_syn-d3247288b25676ebb67166afa49c51161fa98562.zip | |
Upgrade rust/crates/syn to 1.0.73
Test: make
Change-Id: Ibc157381aa2b83e8d6e9a2780ca45f7e86009ddf
Diffstat (limited to 'src/lib.rs')
| -rw-r--r-- | src/lib.rs | 2 |
1 files changed, 1 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.72")] +#![doc(html_root_url = "https://docs.rs/syn/1.0.73")] #![cfg_attr(doc_cfg, feature(doc_cfg))] #![allow(non_camel_case_types)] // Ignored clippy lints. |
