Skip to content

Commit e4434be

Browse files
committed
remove a now outdated comment
1 parent faa733d commit e4434be

File tree

1 file changed

+0
-3
lines changed
  • src/liballoc/collections/btree

1 file changed

+0
-3
lines changed

src/liballoc/collections/btree/node.rs

-3
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,6 @@ pub const CAPACITY: usize = 2 * B - 1;
5858
/// these should always be put behind pointers, and specifically behind `BoxedNode` in the owned
5959
/// case.
6060
///
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-
///
6461
/// We put the metadata first so that its position is the same for every `K` and `V`, in order
6562
/// to statically allocate a single dummy node to avoid allocations. This struct is `repr(C)` to
6663
/// prevent them from being reordered.

0 commit comments

Comments
 (0)