Skip to content

Commit

Permalink
Valid raw pointers
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfJung committed Sep 1, 2018
1 parent 408a6a0 commit 755de3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libcore/ptr.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
//!
//! ## Alignment
//!
//! Valid pointers as defined above are not necessarily properly aligned (where
//! Valid raw pointers as defined above are not necessarily properly aligned (where
//! "proper" alignment is defind by the pointee type, i.e., `*const T` must be
//! aligned to `mem::align_of::<T>()`). However, most functions require their
//! arguments to be properly aligned, and will explicitly state
Expand Down

0 comments on commit 755de3c

Please sign in to comment.