Skip to content

Commit

Permalink
fix: Fix warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
GrayJack committed Feb 27, 2024
1 parent 170341f commit d442f7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

use core::{
fmt,
iter::{Chain, ExactSizeIterator, FromIterator, FusedIterator},
iter::{Chain, FusedIterator},
mem,
ops::{Bound, Not, RangeBounds},
};
Expand Down

0 comments on commit d442f7e

Please sign in to comment.