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.
1 parent e5b68ed commit a9190edCopy full SHA for a9190ed
crates/terminal-colorsaurus/src/error.rs
@@ -42,7 +42,7 @@ impl fmt::Display for Error {
42
Error::Timeout(timeout) => {
43
write!(f, "operation did not complete within {timeout:?}")
44
}
45
- Error::UnsupportedTerminal {} => {
+ Error::UnsupportedTerminal => {
46
write!(f, "the terminal does not support querying for its colors")
47
48
0 commit comments