Skip to content

Commit

Permalink
clippy 2
Browse files Browse the repository at this point in the history
  • Loading branch information
merelymyself committed Sep 21, 2022
1 parent 701e81b commit 6237180
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/color/theme.rs
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ where

/// A struct holding the theme configuration
/// Color table: https://upload.wikimedia.org/wikipedia/commons/1/15/Xterm_256color_chart.avg
#[derive(Debug, Deserialize, PartialEq)]
#[derive(Debug, Deserialize, PartialEq, Eq)]
#[serde(rename_all = "kebab-case")]
#[serde(deny_unknown_fields)]
#[serde(default)]
Expand Down

0 comments on commit 6237180

Please sign in to comment.