Skip to content

Commit 24fece2

Browse files
author
The Miri Conjob Bot
committed
fmt
1 parent 38b8bd3 commit 24fece2

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/tools/miri/src/diagnostics.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -102,10 +102,7 @@ impl MachineStopType for TerminationInfo {
102102
}
103103
fn add_args(
104104
self: Box<Self>,
105-
_: &mut dyn FnMut(
106-
std::borrow::Cow<'static, str>,
107-
rustc_errors::DiagnosticArgValue,
108-
),
105+
_: &mut dyn FnMut(std::borrow::Cow<'static, str>, rustc_errors::DiagnosticArgValue),
109106
) {
110107
}
111108
}

0 commit comments

Comments
 (0)