Remove mention of `unsafe_no_drop_flag` from Reference and Nomicon

pull/10/head
Andrew Paseltiner 8 years ago committed by Manish Goregaokar
parent a25c06c5ec
commit 638f527655

@ -26,10 +26,6 @@ can therefore be trusted. You can use `unsafe` on a trait implementation
to declare that the implementation of that trait has adhered to whatever to declare that the implementation of that trait has adhered to whatever
contracts the trait's documentation requires. contracts the trait's documentation requires.
There is also the `#[unsafe_no_drop_flag]` attribute, which exists for
historic reasons and is being phased out. See the section on [drop flags]
for details.
The standard library has a number of unsafe functions, including: The standard library has a number of unsafe functions, including:
* `slice::get_unchecked`, which performs unchecked indexing, allowing * `slice::get_unchecked`, which performs unchecked indexing, allowing

Loading…
Cancel
Save