silence clippy

This commit is contained in:
Ralf Jung 2025-07-10 08:33:05 +02:00
parent 5e940f5810
commit 17b240e04f

View file

@ -1832,6 +1832,7 @@ impl<'tcx> Machine<'tcx> for MiriMachine<'tcx> {
span().entered()
}
#[cfg(not(feature = "tracing"))]
#[expect(clippy::unused_unit)]
{
let _ = span; // so we avoid the "unused variable" warning
()