Skip to content

Commit fd768ef

Browse files
authored
Merge pull request #2703 from ehuss/fix-clippy
Fix clippy lint for 1.88
2 parents 4813468 + 3d07798 commit fd768ef

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)