diff --git a/src/lib.rs b/src/lib.rs index 99c689aa..68e2b5ea 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -80,7 +80,7 @@ // Proc-macro2 types in rustdoc of other crates get linked to here. #![doc(html_root_url = "https://docs.rs/proc-macro2/1.0.29")] #![cfg_attr(any(proc_macro_span, super_unstable), feature(proc_macro_span))] -#![cfg_attr(super_unstable, feature(proc_macro_raw_ident, proc_macro_def_site))] +#![cfg_attr(super_unstable, feature(proc_macro_def_site))] #![cfg_attr(doc_cfg, feature(doc_cfg))] #![allow( clippy::cast_lossless,