We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
clippy
1 parent 2782521 commit 851c796Copy full SHA for 851c796
src/eis.rs
@@ -35,7 +35,7 @@ impl fmt::Display for BindError {
35
f,
36
"environment variable XDG_RUNTIME_DIR is not set or invalid"
37
),
38
- Self::Io(err) => write!(f, "{}", err),
+ Self::Io(err) => write!(f, "{err}"),
39
}
40
41
0 commit comments