Skip to content

Commit

Permalink
Don't doc-comment BTreeMap<K, SetValZST, A>
Browse files Browse the repository at this point in the history
  • Loading branch information
goffrie authored Feb 25, 2025
1 parent 617aad8 commit 7a60c49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/alloc/src/collections/btree/map.rs
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ impl<K: Clone, V: Clone, A: Allocator + Clone> Clone for BTreeMap<K, V, A> {
}
}

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

0 comments on commit 7a60c49

Please sign in to comment.