Don't doc-comment BTreeMap<K, SetValZST, A>
This commit is contained in:
@@ -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> {
|
impl<K, A: Allocator + Clone> BTreeMap<K, SetValZST, A> {
|
||||||
pub(super) fn replace(&mut self, key: K) -> Option<K>
|
pub(super) fn replace(&mut self, key: K) -> Option<K>
|
||||||
where
|
where
|
||||||
|
|||||||
Reference in New Issue
Block a user