pacify clippy

This commit is contained in:
Ralf Jung 2025-05-27 08:18:25 +02:00
parent bf0aab9b2e
commit 86d0399167

View file

@ -1805,9 +1805,7 @@ impl<'tcx> Machine<'tcx> for MiriMachine<'tcx> {
}
/// Placeholder!
fn get_default_alloc_params(&self) -> <Self::Bytes as AllocBytes>::AllocParams {
()
}
fn get_default_alloc_params(&self) -> <Self::Bytes as AllocBytes>::AllocParams {}
}
/// Trait for callbacks handling asynchronous machine operations.