]> git.proxmox.com Git - rustc.git/blobdiff - vendor/syn/src/lib.rs
New upstream version 1.55.0+dfsg1
[rustc.git] / vendor / syn / src / lib.rs
index 6816025a3e050d39999fe575aa1c3f6f24d55265..fa302ad18be682285abb58a7ad862d294960528b 100644 (file)
 //!   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.