Skip to content

Commit

Permalink
Remove incorrect documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
steveklabnik committed Feb 12, 2016
1 parent 9257e89 commit 4661dc8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/libcore/ptr.rs
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,6 @@ pub unsafe fn read<T>(src: *const T) -> T {
tmp
}

/// Variant of read_and_zero that writes the specific drop-flag byte
/// (which may be more appropriate than zero).
#[inline(always)]
#[unstable(feature = "filling_drop",
reason = "may play a larger role in std::ptr future extensions",
Expand Down

0 comments on commit 4661dc8

Please sign in to comment.