Skip to content

Commit 3d07798

Browse files
committed
Fix clippy lint for 1.88
1 parent 63ae0d5 commit 3d07798

File tree

1 file changed

+1
-1
lines changed
  • examples/remove-emphasis/mdbook-remove-emphasis/src

1 file changed

+1
-1
lines changed

examples/remove-emphasis/mdbook-remove-emphasis/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ fn main() {
2323
}
2424

2525
if let Err(e) = handle_preprocessing() {
26-
eprintln!("{}", e);
26+
eprintln!("{e}");
2727
std::process::exit(1);
2828
}
2929
}

0 commit comments

Comments
 (0)