Skip to content

Commit

Permalink
chore: remove temporary allow attribute (#11428)
Browse files Browse the repository at this point in the history
  • Loading branch information
fgimenez authored Oct 2, 2024
1 parent d36683d commit e2f35ce
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions crates/storage/db/src/static_file/mask.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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>]<FIRST, SECOND = (), THIRD = ()>(Mask<FIRST, SECOND, THIRD>);
)+
}
Expand Down

0 comments on commit e2f35ce

Please sign in to comment.