From 533becef2f54a0cb0a4b386a3df308bf7ab4ea14 Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Fri, 12 Aug 2011 10:48:59 -0700 Subject: Don't export anything from std::vec --- src/lib/vec.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib') diff --git a/src/lib/vec.rs b/src/lib/vec.rs index 8b61c367b33..f3f63a0acef 100644 --- a/src/lib/vec.rs +++ b/src/lib/vec.rs @@ -3,9 +3,9 @@ import option::none; import option::some; import util::orb; -export vbuf; +export dummy; -type vbuf = rustrt::vbuf; +type dummy = int; native "rust" mod rustrt { type vbuf; -- cgit 1.4.1-3-g733a5