Skip to content

Commit 24c1706

Browse files
committed
Running fmt
1 parent e62a838 commit 24c1706

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/map.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2565,7 +2565,7 @@ impl<K, V, A: Allocator + Clone> Drain<'_, K, V, A> {
25652565
/// assert_eq!(drain_filter.next(), None);
25662566
/// assert_eq!(drain_filter.next(), None);
25672567
/// drop(drain_filter);
2568-
///
2568+
///
25692569
/// assert_eq!(map.len(), 1);
25702570
/// ```
25712571
pub struct DrainFilter<'a, K, V, F, A: Allocator + Clone = Global>

0 commit comments

Comments
 (0)