Skip to content

Commit

Permalink
Change TODO to FIXME
Browse files Browse the repository at this point in the history
  • Loading branch information
tbu- committed Aug 9, 2015
1 parent 5309fbb commit 587a32b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libcollections/btree/node.rs
Expand Up @@ -390,7 +390,7 @@ impl<K, V> Node<K, V> {

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

Expand Down

0 comments on commit 587a32b

Please sign in to comment.