Skip to content

Commit

Permalink
fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
LukaOber authored and yuankunzhang committed Oct 13, 2024
1 parent 2b0f40b commit 439643c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charming/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ use component::{
use datatype::Dataset;
use element::{process_raw_strings, AxisPointer, Color, MarkLine, Tooltip};
use serde::Serialize;
use serde_with::{formats::PreferOne, serde_as, skip_serializing_none, OneOrMany};
use serde_with::{formats::PreferOne, serde_as, OneOrMany};
use series::Series;
/**
The chart representation.
Expand Down

0 comments on commit 439643c

Please sign in to comment.