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.
2 parents 4813468 + 3d07798 commit fd768efCopy full SHA for fd768ef
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