Skip to content

Commit 453093b

Browse files
committed
Remove extraneous attribute
1 parent 1cc4e8c commit 453093b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

compiler/rustc_feature/src/builtin_attrs.rs

-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ pub enum AttributeType {
6060
}
6161

6262
#[derive(Copy, Clone, PartialEq, Debug)]
63-
#[allow(dead_code)]
6463
pub enum AttributeSafety {
6564
/// Normal attribute that does not need `#[unsafe(...)]`
6665
Normal,

0 commit comments

Comments
 (0)