rustc: Remove some interior vectors from typestate and some useless vec-related imports

This commit is contained in:
Patrick Walton 2011-07-12 16:44:57 -07:00
parent ccd0fffcce
commit a3add84909
6 changed files with 7 additions and 26 deletions

View file

@ -7,7 +7,6 @@
*/
import std::ivec;
import std::str;
import std::vec;
import std::option;
import std::generic_os;
import base::*;