Skip to content

Commit

Permalink
clippy: apply suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
hschimke committed Dec 26, 2024
1 parent 363528b commit 831e56d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qrcode/encoder/qrcode_encoder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* @author [email protected] (Satoru Takabayashi) - creator
* @author [email protected] (Daniel Switkin) - ported from C++
*/
use std::{collections::HashMap, io::Seek};
use std::collections::HashMap;

use unicode_segmentation::UnicodeSegmentation;

Expand Down

0 comments on commit 831e56d

Please sign in to comment.