Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
yg0x01 committed Oct 7, 2024
1 parent 3a89b38 commit 55704af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charming/src/component/legend.rs
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ impl From<(String, String)> for LegendItem {
}
}

#[derive(Serialize, Debug, PartialEq, PartialOrd, Clone)]
#[derive(Serialize, Debug, PartialEq, Clone)]
#[serde(rename_all = "camelCase")]
pub struct Legend {
/// Type of legend.
Expand Down
2 changes: 1 addition & 1 deletion charming/src/element/symbol.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
use serde::Serialize;
use super::RawString;
use serde::Serialize;

#[derive(Debug, PartialEq, PartialOrd, Clone)]
pub enum Symbol {
Expand Down

0 comments on commit 55704af

Please sign in to comment.