Skip to content

Commit

Permalink
Remove unneeded cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeGomez committed Jul 19, 2023
1 parent 3d05bb5 commit 268a017
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ident.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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)]
Expand Down

0 comments on commit 268a017

Please sign in to comment.