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

@@ -3,7 +3,6 @@ import std::map;
import std::map::hashmap;
import std::uint;
import std::int;
import std::vec;
import std::option;
import std::option::none;
import std::option::some;