Skip to content

Commit 17b240e

Browse files
committed
silence clippy
1 parent 5e940f5 commit 17b240e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tools/miri/src/machine.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1832,6 +1832,7 @@ impl<'tcx> Machine<'tcx> for MiriMachine<'tcx> {
18321832
span().entered()
18331833
}
18341834
#[cfg(not(feature = "tracing"))]
1835+
#[expect(clippy::unused_unit)]
18351836
{
18361837
let _ = span; // so we avoid the "unused variable" warning
18371838
()

0 commit comments

Comments
 (0)