mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: remove temporary allow attribute (#11428)
This commit is contained in:
@ -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>);
|
||||
)+
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user