From 86d03991678f391eba7b6ac489a44da178c8f8d4 Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Tue, 27 May 2025 08:18:25 +0200 Subject: [PATCH] pacify clippy --- src/tools/miri/src/machine.rs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/tools/miri/src/machine.rs b/src/tools/miri/src/machine.rs index f1d3e949eaed..0c5127d802f8 100644 --- a/src/tools/miri/src/machine.rs +++ b/src/tools/miri/src/machine.rs @@ -1805,9 +1805,7 @@ impl<'tcx> Machine<'tcx> for MiriMachine<'tcx> { } /// Placeholder! - fn get_default_alloc_params(&self) -> ::AllocParams { - () - } + fn get_default_alloc_params(&self) -> ::AllocParams {} } /// Trait for callbacks handling asynchronous machine operations.