Skip to content

Commit 5acfbcf

Browse files
committed
💥 Remove Default impl from color scheme
1 parent 1d9acf8 commit 5acfbcf

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
@@ -101,12 +101,11 @@ pub struct ColorPalette {
101101
///
102102
/// The easiest way to retrieve the color scheme
103103
/// is by calling [`color_scheme`].
104-
#[derive(Debug, Clone, Copy, PartialEq, Eq, Default)]
104+
#[derive(Debug, Clone, Copy, PartialEq, Eq)]
105105
#[allow(clippy::exhaustive_enums)]
106106
#[doc(alias = "Theme")]
107107
pub enum ColorScheme {
108108
/// The terminal uses a dark background with light text.
109-
#[default]
110109
Dark,
111110
/// The terminal uses a light background with dark text.
112111
Light,

0 commit comments

Comments
 (0)