Skip to content

Commit

Permalink
removed non working partialord on legend
Browse files Browse the repository at this point in the history
  • Loading branch information
LukaOber committed Oct 7, 2024
1 parent 4997501 commit 9fca003
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 9fca003

Please sign in to comment.