Skip to content

Commit 80aa1d3

Browse files
committed
🚨 Silence clippy!
1 parent e97aef3 commit 80aa1d3

File tree

1 file changed

+2
-0
lines changed
  • crates/terminal-colorsaurus/examples

1 file changed

+2
-0
lines changed

crates/terminal-colorsaurus/examples/theme.rs

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
//! This example shows how to detect if the terminal uses
22
//! a dark-on-light or a light-on-dark theme.
33
4+
#![allow(clippy::use_debug)]
5+
46
use terminal_colorsaurus::{color_palette, Error};
57

68
fn main() -> Result<(), display::DisplayAsDebug<Error>> {

0 commit comments

Comments
 (0)