diff options
| author | Brian Anderson <banderson@mozilla.com> | 2012-03-10 00:04:09 -0800 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2012-03-10 00:35:02 -0800 |
| commit | a0f0a704b0bd89eaae8cac0725ef9a2f29114a5b (patch) | |
| tree | feab05a0e8ff18d263fdff47d32862e4efe28307 /src/libcore/ptr.rs | |
| parent | 93a082149ac8735013313604637029659da9ea45 (diff) | |
core: Clean up comments and exports
Diffstat (limited to 'src/libcore/ptr.rs')
| -rw-r--r-- | src/libcore/ptr.rs | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/src/libcore/ptr.rs b/src/libcore/ptr.rs index 9377940243d..8206cdd45f7 100644 --- a/src/libcore/ptr.rs +++ b/src/libcore/ptr.rs @@ -1,4 +1,13 @@ -#[doc = "Unsafe pointer utility functions"] +#[doc = "Unsafe pointer utility functions"]; + +export addr_of; +export mut_addr_of; +export offset; +export mut_offset; +export null; +export memcpy; +export memmove; + #[abi = "rust-intrinsic"] native mod rusti { |
