Merge pull request #4605 from RalfJung/used
silence unused import error
This commit is contained in:
commit
501163040c
1 changed files with 1 additions and 0 deletions
|
|
@ -352,6 +352,7 @@ fn fatal_error_(msg: &impl std::fmt::Display) -> ! {
|
|||
macro_rules! fatal_error {
|
||||
($($tt:tt)*) => { $crate::fatal_error_(&format_args!($($tt)*)) };
|
||||
}
|
||||
#[allow(unused)] // use depends on cfg
|
||||
use fatal_error;
|
||||
|
||||
/// Execute a compiler with the given CLI arguments and callbacks.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue