Skip to content

Commit 5011630

Browse files
authored
Merge pull request #4605 from RalfJung/used
silence unused import error
2 parents 7095a86 + aa6332e commit 5011630

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tools/miri/src/bin/miri.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -352,6 +352,7 @@ fn fatal_error_(msg: &impl std::fmt::Display) -> ! {
352352
macro_rules! fatal_error {
353353
($($tt:tt)*) => { $crate::fatal_error_(&format_args!($($tt)*)) };
354354
}
355+
#[allow(unused)] // use depends on cfg
355356
use fatal_error;
356357

357358
/// Execute a compiler with the given CLI arguments and callbacks.

0 commit comments

Comments
 (0)