Skip to content

Commit a9190ed

Browse files
committed
Make clippy happy
1 parent e5b68ed commit a9190ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/terminal-colorsaurus/src/error.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ impl fmt::Display for Error {
4242
Error::Timeout(timeout) => {
4343
write!(f, "operation did not complete within {timeout:?}")
4444
}
45-
Error::UnsupportedTerminal {} => {
45+
Error::UnsupportedTerminal => {
4646
write!(f, "the terminal does not support querying for its colors")
4747
}
4848
}

0 commit comments

Comments
 (0)