Skip to content

Commit a74c802

Browse files
committed
💥 Remove Default impl from color scheme
1 parent 253d905 commit a74c802

File tree

1 file changed

+1
-2
lines changed
  • crates/terminal-colorsaurus/src

1 file changed

+1
-2
lines changed

crates/terminal-colorsaurus/src/lib.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,12 +152,11 @@ pub struct ColorPalette {
152152
///
153153
/// The easiest way to retrieve the color scheme
154154
/// is by calling [`color_scheme`].
155-
#[derive(Debug, Clone, Copy, PartialEq, Eq, Default)]
155+
#[derive(Debug, Clone, Copy, PartialEq, Eq)]
156156
#[allow(clippy::exhaustive_enums)]
157157
#[doc(alias = "Theme")]
158158
pub enum ColorScheme {
159159
/// The terminal uses a dark background with light text.
160-
#[default]
161160
Dark,
162161
/// The terminal uses a light background with dark text.
163162
Light,

0 commit comments

Comments
 (0)