We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63ae0d5 commit 3d07798Copy full SHA for 3d07798
examples/remove-emphasis/mdbook-remove-emphasis/src/main.rs
@@ -23,7 +23,7 @@ fn main() {
23
}
24
25
if let Err(e) = handle_preprocessing() {
26
- eprintln!("{}", e);
+ eprintln!("{e}");
27
std::process::exit(1);
28
29
0 commit comments