Skip to content

Commit

Permalink
Remove free function get
Browse files Browse the repository at this point in the history
A `use itertools::*;` might conflict with such a general function name.
  • Loading branch information
Philippe-Cholet committed May 3, 2024
1 parent 7d8171f commit 3f53078
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib.rs
Expand Up @@ -154,7 +154,6 @@ pub use crate::concat_impl::concat;
pub use crate::cons_tuples_impl::cons_tuples;
pub use crate::diff::diff_with;
pub use crate::diff::Diff;
pub use crate::iter_index::get;
#[cfg(feature = "use_alloc")]
pub use crate::kmerge_impl::kmerge_by;
pub use crate::minmax::MinMaxResult;
Expand Down

0 comments on commit 3f53078

Please sign in to comment.