std: Small doc tweaks
This commit is contained in:
parent
eb5f9feadb
commit
2aa4253377
@ -8,7 +8,7 @@
|
||||
// option. This file may not be copied, modified, or distributed
|
||||
// except according to those terms.
|
||||
|
||||
//! Types dealing with dynamic mutability
|
||||
//! Types that provide interior mutability.
|
||||
|
||||
use clone::Clone;
|
||||
use cmp::Eq;
|
||||
|
@ -8,6 +8,8 @@
|
||||
// option. This file may not be copied, modified, or distributed
|
||||
// except according to those terms.
|
||||
|
||||
// FIXME: talk about offset, copy_memory, copy_nonoverlapping_memory
|
||||
|
||||
//! Conveniences for working with unsafe pointers, the `*T`, and `*mut T` types.
|
||||
//!
|
||||
//! Working with unsafe pointers in Rust is fairly uncommon,
|
||||
|
Loading…
x
Reference in New Issue
Block a user