diff --git a/crates/storage/db/src/static_file/mask.rs b/crates/storage/db/src/static_file/mask.rs index 61fef697e186..f5d35a193d70 100644 --- a/crates/storage/db/src/static_file/mask.rs +++ b/crates/storage/db/src/static_file/mask.rs @@ -26,9 +26,6 @@ macro_rules! add_segments { $( #[doc = concat!("Mask for ", stringify!($segment), " static file segment. See [`Mask`] for more.")] #[derive(Debug)] - // TODO: remove next attribute when nightly is fixed (ie. does - // not return wrong warnings for never constructed structs). - #[allow(dead_code)] pub struct [<$segment Mask>](Mask); )+ }