Skip to content

Commit

Permalink
std: Make mem's doc slightly more accurate
Browse files Browse the repository at this point in the history
  • Loading branch information
brson committed Feb 9, 2014
1 parent 073b655 commit 1c4a2fd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/libstd/mem.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.

//! Functions relating to memory layout
//! Basic functions for dealing with memory
//!
//! This module contains functions for querying the size and alignment of
//! types, initializing and manipulating memory.
#[allow(missing_doc)]; // FIXME

Expand Down

5 comments on commit 1c4a2fd

@bors
Copy link
Contributor

@bors bors commented on 1c4a2fd Feb 9, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from thestinger
at brson@1c4a2fd

@bors
Copy link
Contributor

@bors bors commented on 1c4a2fd Feb 9, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging brson/rust/intrinsics = 1c4a2fd into auto

@bors
Copy link
Contributor

@bors bors commented on 1c4a2fd Feb 9, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

brson/rust/intrinsics = 1c4a2fd merged ok, testing candidate = 27f9c79

@bors
Copy link
Contributor

@bors bors commented on 1c4a2fd Feb 10, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bors
Copy link
Contributor

@bors bors commented on 1c4a2fd Feb 10, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fast-forwarding master to auto = 27f9c79

Please sign in to comment.