We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b9045fa + 1dac9a1 commit 98aec15Copy full SHA for 98aec15
library/core/src/iter/adapters/map.rs
@@ -60,6 +60,7 @@ pub struct Map<I, F> {
60
iter: I,
61
f: F,
62
}
63
+
64
impl<I, F> Map<I, F> {
65
pub(in crate::iter) fn new(iter: I, f: F) -> Map<I, F> {
66
Map { iter, f }
0 commit comments