We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e97aef3 commit 80aa1d3Copy full SHA for 80aa1d3
crates/terminal-colorsaurus/examples/theme.rs
@@ -1,6 +1,8 @@
1
//! This example shows how to detect if the terminal uses
2
//! a dark-on-light or a light-on-dark theme.
3
4
+#![allow(clippy::use_debug)]
5
+
6
use terminal_colorsaurus::{color_palette, Error};
7
8
fn main() -> Result<(), display::DisplayAsDebug<Error>> {
0 commit comments