Skip to content

Commit e577334

Browse files
goffriegitbot
authored and
gitbot
committed
Don't doc-comment BTreeMap<K, SetValZST, A>
1 parent 7def2bb commit e577334

File tree

1 file changed

+1
-1
lines changed
  • alloc/src/collections/btree

1 file changed

+1
-1
lines changed

alloc/src/collections/btree/map.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ impl<K: Clone, V: Clone, A: Allocator + Clone> Clone for BTreeMap<K, V, A> {
289289
}
290290
}
291291

292-
/// Internal functionality for `BTreeSet`.
292+
// Internal functionality for `BTreeSet`.
293293
impl<K, A: Allocator + Clone> BTreeMap<K, SetValZST, A> {
294294
pub(super) fn replace(&mut self, key: K) -> Option<K>
295295
where

0 commit comments

Comments
 (0)