Skip to content

Commit 0088fc0

Browse files
committed
fix formatting of std::iter::Map
1 parent 5d6aad8 commit 0088fc0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/src/iter/adapters/map.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ pub struct Map<I, F> {
6060
iter: I,
6161
f: F,
6262
}
63+
6364
impl<I, F> Map<I, F> {
6465
pub(in crate::iter) fn new(iter: I, f: F) -> Map<I, F> {
6566
Map { iter, f }

0 commit comments

Comments
 (0)