mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-30 04:56:25 +03:00
Don't export anything from std::vec
This commit is contained in:
+2
-2
@@ -3,9 +3,9 @@
|
||||
import option::some;
|
||||
import util::orb;
|
||||
|
||||
export vbuf;
|
||||
export dummy;
|
||||
|
||||
type vbuf = rustrt::vbuf;
|
||||
type dummy = int;
|
||||
|
||||
native "rust" mod rustrt {
|
||||
type vbuf;
|
||||
|
||||
Reference in New Issue
Block a user