Export the correct raw module from core::at_vec

This commit is contained in:
Brian Anderson 2012-09-19 11:43:54 -07:00
parent 9cf271fe96
commit 0e3daa45e2

View File

@ -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.