feat(output): impl PartialEq for Measure
Some checks failed
/ build (push) Has been cancelled

This commit is contained in:
🪞👃🪞 2025-08-23 23:19:49 +03:00
parent 375b959e33
commit d9081087ec
2 changed files with 7 additions and 1 deletions

View file

@ -405,7 +405,6 @@ impl<'t, T: Debug + 't> DslNsMap<'t, T> {
)? ]);
});
#[macro_export] macro_rules!dsl_exprs((|$state:ident|->$Type:ty$({
$($name:literal ($($arg:ident:$ty:ty),* $(,)?) => $body:expr),* $(,)?
})?)=>{