mirror of
https://github.com/lsd-rs/lsd
synced 2024-12-14 14:12:31 +00:00
clippy 2
This commit is contained in:
parent
54a07e63ee
commit
586e1c9e76
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ where
|
||||||
|
|
||||||
/// A struct holding the theme configuration
|
/// A struct holding the theme configuration
|
||||||
/// Color table: https://upload.wikimedia.org/wikipedia/commons/1/15/Xterm_256color_chart.avg
|
/// 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(rename_all = "kebab-case")]
|
||||||
#[serde(deny_unknown_fields)]
|
#[serde(deny_unknown_fields)]
|
||||||
#[serde(default)]
|
#[serde(default)]
|
||||||
|
|
Loading…
Reference in a new issue