We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent faa733d commit e4434beCopy full SHA for e4434be
src/liballoc/collections/btree/node.rs
@@ -58,9 +58,6 @@ pub const CAPACITY: usize = 2 * B - 1;
58
/// these should always be put behind pointers, and specifically behind `BoxedNode` in the owned
59
/// case.
60
///
61
-/// See also rust-lang/rfcs#197, which would make this structure significantly more safe by
62
-/// avoiding accidentally dropping unused and uninitialized keys and values.
63
-///
64
/// We put the metadata first so that its position is the same for every `K` and `V`, in order
65
/// to statically allocate a single dummy node to avoid allocations. This struct is `repr(C)` to
66
/// prevent them from being reordered.
0 commit comments