Skip to content

Commit 0e3daa4

Browse files
committed
Export the correct raw module from core::at_vec
1 parent 9cf271f commit 0e3daa4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcore/at_vec.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export capacity;
77
export build_sized, build, build_sized_opt;
88
export map;
99
export from_fn, from_elem;
10-
export unsafe;
10+
export raw;
1111

1212
/// Code for dealing with @-vectors. This is pretty incomplete, and
1313
/// contains a bunch of duplication from the code for ~-vectors.

0 commit comments

Comments
 (0)