Skip to content

Commit

Permalink
Fmt.
Browse files Browse the repository at this point in the history
  • Loading branch information
eskimor committed Feb 2, 2024
1 parent 6d8672a commit 5bfedf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/impls.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
use crate::prelude::{
borrow::{Cow, ToOwned},
boxed::Box,
collections::{BTreeMap, BTreeSet, VecDeque, BinaryHeap},
collections::{BTreeMap, BTreeSet, BinaryHeap, VecDeque},
fmt,
marker::PhantomData,
ops::{Range, RangeInclusive},
Expand Down

0 comments on commit 5bfedf7

Please sign in to comment.