File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
branches/snap-stage3/src/libstd Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
refs/heads/master: e3b1f3c443c048913e2d573fcc5a9c2be3484a78
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
- refs/heads/snap-stage3: 073b655187916e9155d285efc496cfd89104796c
4
+ refs/heads/snap-stage3: 1c4a2fd61cd2910985c57007df7a1ed0f6a5d6b5
5
5
refs/heads/try: a97642026c18a624ff6ea01075dd9550f8ed07ff
6
6
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
7
7
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
Original file line number Diff line number Diff line change 8
8
// option. This file may not be copied, modified, or distributed
9
9
// except according to those terms.
10
10
11
- //! Functions relating to memory layout
11
+ //! Basic functions for dealing with memory
12
+ //!
13
+ //! This module contains functions for querying the size and alignment of
14
+ //! types, initializing and manipulating memory.
12
15
13
16
#[ allow( missing_doc) ] ; // FIXME
14
17
You can’t perform that action at this time.
0 commit comments