We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cc4e8c commit 453093bCopy full SHA for 453093b
compiler/rustc_feature/src/builtin_attrs.rs
@@ -60,7 +60,6 @@ pub enum AttributeType {
60
}
61
62
#[derive(Copy, Clone, PartialEq, Debug)]
63
-#[allow(dead_code)]
64
pub enum AttributeSafety {
65
/// Normal attribute that does not need `#[unsafe(...)]`
66
Normal,
0 commit comments