Delete use of proc_macro_span_shrink from proc-macro2

This commit is contained in:
David Tolnay 2023-06-07 22:36:35 -07:00 committed by Jacob Pratt
parent be346a0ed6
commit f57997ef6a

4
Cargo.lock generated
View file

@ -1304,9 +1304,9 @@ version = "0.0.0"
[[package]]
name = "proc-macro2"
version = "1.0.56"
version = "1.0.60"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2b63bdb0cd06f1f4dedf69b254734f9b45af66e4a031e42a7480257d9898b435"
checksum = "dec2b086b7a862cf4de201096214fa870344cf922b2b30c167badb3af3195406"
dependencies = [
"unicode-ident",
]