Skip to content

Commit

Permalink
🚨 Silence clippy!
Browse files Browse the repository at this point in the history
  • Loading branch information
bash committed Sep 27, 2024
1 parent fa5b1a8 commit 6bb6f39
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/terminal-colorsaurus/examples/theme.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
//! This example shows how to detect if the terminal uses
//! a dark-on-light or a light-on-dark theme.

#![allow(clippy::use_debug)]

use terminal_colorsaurus::{color_palette, Error};

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

0 comments on commit 6bb6f39

Please sign in to comment.