Skip to content

Commit 851c796

Browse files
committed
Fix clippy lint
1 parent 2782521 commit 851c796

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/eis.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ impl fmt::Display for BindError {
3535
f,
3636
"environment variable XDG_RUNTIME_DIR is not set or invalid"
3737
),
38-
Self::Io(err) => write!(f, "{}", err),
38+
Self::Io(err) => write!(f, "{err}"),
3939
}
4040
}
4141
}

0 commit comments

Comments
 (0)