chore: remove temporary allow attribute (#11428)

This commit is contained in:
Federico Gimenez
2024-10-02 15:05:02 +02:00
committed by GitHub
parent d36683d1a3
commit e2f35ce6df

View File

@ -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>);
)+
}