Skip to content

Commit

Permalink
Remove extraneous attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
carbotaniuman committed Jun 7, 2024
1 parent 1cc4e8c commit 453093b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion compiler/rustc_feature/src/builtin_attrs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ pub enum AttributeType {
}

#[derive(Copy, Clone, PartialEq, Debug)]
#[allow(dead_code)]
pub enum AttributeSafety {
/// Normal attribute that does not need `#[unsafe(...)]`
Normal,
Expand Down

0 comments on commit 453093b

Please sign in to comment.