(fmt) include after macro_rules!
This commit is contained in:
parent
5bf0814115
commit
7b417554ee
1 changed files with 1 additions and 2 deletions
|
|
@ -6,6 +6,7 @@ macro_rules! panic_issue {
|
||||||
)
|
)
|
||||||
}};
|
}};
|
||||||
}
|
}
|
||||||
|
pub(crate) use panic_issue;
|
||||||
|
|
||||||
macro_rules! panic_issue_call_failed {
|
macro_rules! panic_issue_call_failed {
|
||||||
() => {{
|
() => {{
|
||||||
|
|
@ -15,6 +16,4 @@ macro_rules! panic_issue_call_failed {
|
||||||
crate::util::panic_issue!("[nixide] call to `{}` failed with \"{}\"", ::stdext::debug_name!(), format!($($arg),*))
|
crate::util::panic_issue!("[nixide] call to `{}` failed with \"{}\"", ::stdext::debug_name!(), format!($($arg),*))
|
||||||
}};
|
}};
|
||||||
}
|
}
|
||||||
|
|
||||||
pub(crate) use panic_issue;
|
|
||||||
pub(crate) use panic_issue_call_failed;
|
pub(crate) use panic_issue_call_failed;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue