Skip to content

Commit

Permalink
Merge pull request #1489 from GuillaumeGomez/unneeded-cfg
Browse files Browse the repository at this point in the history
Remove unneeded cfg
  • Loading branch information
dtolnay authored Jul 21, 2023
2 parents 16da0b2 + 268a017 commit 3b42902
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 3b42902

Please sign in to comment.