Skip to content

Commit 86d0399

Browse files
committed
pacify clippy
1 parent bf0aab9 commit 86d0399

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/tools/miri/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)