diff options
| author | Brian Anderson <banderson@mozilla.com> | 2012-09-19 11:43:54 -0700 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2012-09-19 11:44:04 -0700 |
| commit | 0e3daa45e26730b3d313042e1c7da0a5c42d6362 (patch) | |
| tree | 5ce7124288f67de2870b20ed4ac0f89798686cd8 | |
| parent | 9cf271fe96b474d514b1052935db70c4056cf076 (diff) | |
| download | rust-0e3daa45e26730b3d313042e1c7da0a5c42d6362.tar.gz rust-0e3daa45e26730b3d313042e1c7da0a5c42d6362.zip | |
Export the correct raw module from core::at_vec
| -rw-r--r-- | src/libcore/at_vec.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcore/at_vec.rs b/src/libcore/at_vec.rs index 79ee44ac49c..2303f0c80ff 100644 --- a/src/libcore/at_vec.rs +++ b/src/libcore/at_vec.rs @@ -7,7 +7,7 @@ export capacity; export build_sized, build, build_sized_opt; export map; export from_fn, from_elem; -export unsafe; +export raw; /// Code for dealing with @-vectors. This is pretty incomplete, and /// contains a bunch of duplication from the code for ~-vectors. |
