rustc: Remove some useless std::vec imports

This commit is contained in:
Patrick Walton 2011-07-12 18:07:12 -07:00
parent 13c44f99ae
commit cdda0fd6d6
5 changed files with 0 additions and 5 deletions

View file

@ -1,5 +1,4 @@
import std::vec;
import std::option;
import std::option::some;
import std::option::none;

View file

@ -1,4 +1,3 @@
import std::vec;
import std::ivec;
import std::int::str;
import std::str;