rust/src/libcore/ptr
Dylan DPC 9c32e7ac22
Rollup merge of #71625 - Diggsey:improve-manually-drop-docs, r=RalfJung
Improve the documentation for ManuallyDrop to resolve conflicting usage of terminology

cc @RalfJung

Follow-up from https://github.com/rust-lang/unsafe-code-guidelines/issues/233
2020-05-16 12:42:55 +02:00
..
const_ptr.rs Document unsafety for *const T and *mut T 2020-05-01 19:49:56 +02:00
mod.rs Rollup merge of #71625 - Diggsey:improve-manually-drop-docs, r=RalfJung 2020-05-16 12:42:55 +02:00
mut_ptr.rs Document unsafety for *const T and *mut T 2020-05-01 19:49:56 +02:00
non_null.rs safety-ptr: Add SAFETY on some unsafe blocks from libcore/ptr 2020-04-29 11:18:31 +02:00
unique.rs rename-unique: Rename Unique::empty() to Unique::dangling() 2020-04-30 11:00:45 +02:00