From c0a3e4802a06dd644c59aa7eed4af4bf437d3853 Mon Sep 17 00:00:00 2001 From: Ada Alakbarova Date: Sat, 9 Aug 2025 14:49:19 +0200 Subject: `{BTree,Hash}Map`: add "`Entry` API" section heading --- library/alloc/src/collections/btree/map.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'library/alloc') diff --git a/library/alloc/src/collections/btree/map.rs b/library/alloc/src/collections/btree/map.rs index acbbb6df9a5..c4e599222e5 100644 --- a/library/alloc/src/collections/btree/map.rs +++ b/library/alloc/src/collections/btree/map.rs @@ -135,6 +135,8 @@ pub(super) const MIN_LEN: usize = node::MIN_LEN_AFTER_SPLIT; /// ]); /// ``` /// +/// ## `Entry` API +/// /// `BTreeMap` implements an [`Entry API`], which allows for complex /// methods of getting, setting, updating and removing keys and their values: /// -- cgit 1.4.1-3-g733a5