Skip to content

Commit b79be65

Browse files
committed
pacify clippy
1 parent fb23c5c commit b79be65

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/machine.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1805,9 +1805,7 @@ impl<'tcx> Machine<'tcx> for MiriMachine<'tcx> {
18051805
}
18061806

18071807
/// Placeholder!
1808-
fn get_default_alloc_params(&self) -> <Self::Bytes as AllocBytes>::AllocParams {
1809-
()
1810-
}
1808+
fn get_default_alloc_params(&self) -> <Self::Bytes as AllocBytes>::AllocParams {}
18111809
}
18121810

18131811
/// Trait for callbacks handling asynchronous machine operations.

0 commit comments

Comments
 (0)