Skip to content

Commit 24829bf

Browse files
committed
chore: clippy
1 parent 09c13d3 commit 24829bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/converter.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ fn color_image_to_svg(mut img: ColorImage, config: ConverterConfig) -> Result<Sv
183183
hierarchical: 64,
184184
batch_size: 25600,
185185
good_min_area: 0,
186-
good_max_area: (image.width * image.height) as usize,
186+
good_max_area: (image.width * image.height),
187187
is_same_color_a: 0,
188188
is_same_color_b: 1,
189189
deepen_diff: 0,

0 commit comments

Comments
 (0)