Skip to content

Commit bd18dba

Browse files
committed
BTreeMap: improve gdb introspection of BTreeMap with ZST keys or values
1 parent 64f0202 commit bd18dba

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

alloc/src/collections/btree/node.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ impl<K, V> LeafNode<K, V> {
8787
#[repr(C)]
8888
// gdb_providers.py uses this type name for introspection.
8989
struct InternalNode<K, V> {
90-
// gdb_providers.py uses this field name for introspection.
9190
data: LeafNode<K, V>,
9291

9392
/// The pointers to the children of this node. `len + 1` of these are considered

0 commit comments

Comments
 (0)