From 268a017becaa22c0d8f6f1cb557cbe511ed84fd0 Mon Sep 17 00:00:00 2001 From: Guillaume Gomez Date: Wed, 19 Jul 2023 22:20:17 +0200 Subject: [PATCH] Remove unneeded cfg --- src/ident.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ident.rs b/src/ident.rs index bd6f3f9f26..41eb72129c 100644 --- a/src/ident.rs +++ b/src/ident.rs @@ -3,7 +3,6 @@ use crate::lookahead; pub use proc_macro2::Ident; -#[cfg(not(doc))] // rustdoc bug: https://github.com/rust-lang/rust/issues/105735 #[cfg(feature = "parsing")] #[doc(hidden)] #[allow(non_snake_case)]