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,6 +1,5 @@
import std::ivec;
import std::option;
import std::vec;
import syntax::ast;
import syntax::fold;
import attr;