File tree 1 file changed +2
-2
lines changed
library/alloc/src/collections/btree
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1551,12 +1551,12 @@ where
1551
1551
pred : F ,
1552
1552
inner : DrainFilterInner < ' a , K , V > ,
1553
1553
}
1554
- /// Most of the implementation of DrainFilter, independent of the type
1554
+ /// Most of the implementation of DrainFilter are generic over the type
1555
1555
/// of the predicate, thus also serving for BTreeSet::DrainFilter.
1556
1556
pub ( super ) struct DrainFilterInner < ' a , K : ' a , V : ' a > {
1557
1557
/// Reference to the length field in the borrowed map, updated live.
1558
1558
length : & ' a mut usize ,
1559
- /// Burried reference to the root field in the borrowed map.
1559
+ /// Buried reference to the root field in the borrowed map.
1560
1560
/// Wrapped in `Option` to allow drop handler to `take` it.
1561
1561
dormant_root : Option < DormantMutRef < ' a , Root < K , V > > > ,
1562
1562
/// Contains a leaf edge preceding the next element to be returned, or the last leaf edge.
You can’t perform that action at this time.
0 commit comments