Remove std::str. Issue #855

This commit is contained in:
Brian Anderson 2011-09-01 16:09:15 -07:00
parent 1b15c9e155
commit e824775d53
50 changed files with 2 additions and 59 deletions

View file

@ -1,7 +1,6 @@
// The Rust abstract syntax tree.
import std::option;
import std::str;
import codemap::span;
import codemap::filename;

View file

@ -1,4 +1,3 @@
import std::str;
import std::istr;
import std::option;
import codemap::span;

View file

@ -1,6 +1,5 @@
import std::vec;
import std::uint;
import std::str;
import std::istr;
import std::term;
import std::io;

View file

@ -6,7 +6,6 @@
* compiler syntax extension plugin interface.
*/
import std::vec;
import std::str;
import std::istr;
import std::option;
import std::option::none;

View file

@ -1,5 +1,4 @@
import std::str;
import std::istr;
import std::option;
import std::option::some;

View file

@ -2,7 +2,6 @@
import std::io;
import std::int;
import std::vec;
import std::str;
import std::istr;
import std::map;
import std::map::hashmap;

View file

@ -1,7 +1,6 @@
import std::io;
import std::vec;
import std::str;
import std::istr;
import std::option;
import std::option::some;

View file

@ -5,7 +5,6 @@ import std::map::new_str_hash;
import util::interner;
import std::int;
import std::uint;
import std::str;
import std::istr;
type str_num = uint;

View file

@ -1,7 +1,6 @@
import std::io;
import std::vec;
import std::str;
import std::istr;
/*

View file

@ -2,7 +2,6 @@
import std::vec;
import std::int;
import std::io;
import std::str;
import std::istr;
import std::uint;
import std::option;