Skip to content

Commit

Permalink
reorg line
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-ha458 committed Aug 29, 2023
1 parent ac1b595 commit 3c4a5f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,8 @@
//! assert!(counter.into_map() == expected);
//! ```

mod impls;

use num_traits::{One, Zero};

use std::collections::{BinaryHeap, HashMap};
Expand All @@ -283,8 +285,6 @@ use std::ops::{AddAssign, SubAssign};
#[cfg(test)]
mod unit_tests;

mod impls;

type CounterMap<T, N> = HashMap<T, N>;

#[derive(Clone, PartialEq, Eq, Debug)]
Expand Down

0 comments on commit 3c4a5f3

Please sign in to comment.