Don't export anything from std::vec

This commit is contained in:
Brian Anderson
2011-08-12 10:48:59 -07:00
parent 3d1634db15
commit 533becef2f
+2 -2
View File
@@ -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;