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.
format!
1 parent caec169 commit eb3bb7aCopy full SHA for eb3bb7a
src/main.rs
@@ -10,7 +10,7 @@ fn main() {
10
Ok(true) => 0,
11
Ok(false) => 1,
12
Err(e) => {
13
- eprintln!("{:?}", e);
+ eprintln!("{e:?}");
14
1
15
}
16
};
0 commit comments