1
Fork 0

Remove extraneous attribute

This commit is contained in:
carbotaniuman 2024-06-06 20:36:23 -05:00
parent 1cc4e8c733
commit 453093b791

View file

@ -60,7 +60,6 @@ pub enum AttributeType {
} }
#[derive(Copy, Clone, PartialEq, Debug)] #[derive(Copy, Clone, PartialEq, Debug)]
#[allow(dead_code)]
pub enum AttributeSafety { pub enum AttributeSafety {
/// Normal attribute that does not need `#[unsafe(...)]` /// Normal attribute that does not need `#[unsafe(...)]`
Normal, Normal,