We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84ef954 commit ecdd960Copy full SHA for ecdd960
1 file changed
src/error.rs
@@ -22,7 +22,7 @@ pub struct ErrorReport {
22
impl From<std::io::Error> for ErrorReport {
23
fn from(value: std::io::Error) -> Self {
24
ErrorReport {
25
- message: format!("I/O error: {:#}", value),
+ message: format!("I/O error: {value:#?}"),
26
}
27
28
0 commit comments