parent
c25cf62b42
commit
cb1e1841b4
@ -1,6 +1,6 @@
|
||||
#[macro_export]
|
||||
macro_rules! serr {
|
||||
($($arg:tt)*) => {
|
||||
Err(Box::from([$($arg)*].concat()));
|
||||
Err(Box::from([$($arg)*].concat()))
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in new issue