Skip to content

Commit bdf0950

Browse files
authored
Don't doc-comment BTreeMap<K, SetValZST, A>
1 parent 474351c commit bdf0950

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • alloc/src/collections/btree

alloc/src/collections/btree/map.rs

Lines changed: 1 addition & 1 deletion
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)