File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " proc-macro2"
3- version = " 1.0.83 "
3+ version = " 1.0.84 "
44authors = [" David Tolnay <dtolnay@gmail.com>" , " Alex Crichton <alex@alexcrichton.com>" ]
55autobenches = false
66categories = [" development-tools::procedural-macro-helpers" ]
Original file line number Diff line number Diff line change 8686//! a different thread.
8787
8888// Proc-macro2 types in rustdoc of other crates get linked to here.
89- #![ doc( html_root_url = "https://docs.rs/proc-macro2/1.0.83 " ) ]
89+ #![ doc( html_root_url = "https://docs.rs/proc-macro2/1.0.84 " ) ]
9090#![ cfg_attr( any( proc_macro_span, super_unstable) , feature( proc_macro_span) ) ]
9191#![ cfg_attr( super_unstable, feature( proc_macro_def_site) ) ]
9292#![ cfg_attr( docsrs, feature( doc_cfg) ) ]
You can’t perform that action at this time.
0 commit comments