Skip to content

Commit 587a32b

Browse files
committed
Change TODO to FIXME
1 parent 5309fbb commit 587a32b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcollections/btree/node.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ impl<K, V> Node<K, V> {
390390

391391
#[inline]
392392
pub fn as_slices_internal_mut<'b>(&'b mut self) -> MutNodeSlice<'b, K, V> {
393-
// TODO: Bad: This relies on structure layout!
393+
// FIXME(#27620): Bad: This relies on structure layout!
394394
unsafe { mem::transmute(self.as_slices_internal()) }
395395
}
396396

0 commit comments

Comments
 (0)