Skip to content

Commit 8d313d5

Browse files
authored
Update src/lib.rs
1 parent 7cf4af6 commit 8d313d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3068,7 +3068,7 @@ pub trait Itertools : Iterator {
30683068
/// assert_eq!(counts.get(&0), None);
30693069
/// ```
30703070
#[cfg(feature = "use_std")]
3071-
fn counts_by<K, F>(self, mut f: F) -> HashMap<K, usize>
3071+
fn counts_by<K, F>(self, f: F) -> HashMap<K, usize>
30723072
where
30733073
Self: Sized,
30743074
K: Eq + Hash,

0 commit comments

Comments
 (0)