cleanup warnings

This commit is contained in:
🪞👃🪞 2025-04-27 01:57:20 +03:00
parent fa5ff90be6
commit aa66760b8c
3 changed files with 1 additions and 4 deletions

View file

@ -1,5 +1,3 @@
use crate::*;
/// Static iteration helper.
#[macro_export] macro_rules! iterate {
($expr:expr => $arg: pat => $body:expr) => {