Remove std::str. Issue #855
This commit is contained in:
parent
1b15c9e155
commit
e824775d53
50 changed files with 2 additions and 59 deletions
|
|
@ -1,7 +1,6 @@
|
|||
// The Rust abstract syntax tree.
|
||||
|
||||
import std::option;
|
||||
import std::str;
|
||||
import codemap::span;
|
||||
import codemap::filename;
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
import std::str;
|
||||
import std::istr;
|
||||
import std::option;
|
||||
import codemap::span;
|
||||
|
|
|
|||
|
|
@ -1,6 +1,5 @@
|
|||
import std::vec;
|
||||
import std::uint;
|
||||
import std::str;
|
||||
import std::istr;
|
||||
import std::term;
|
||||
import std::io;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
|
||||
import std::str;
|
||||
import std::istr;
|
||||
import std::option;
|
||||
import std::option::some;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -1,7 +1,6 @@
|
|||
|
||||
import std::io;
|
||||
import std::vec;
|
||||
import std::str;
|
||||
import std::istr;
|
||||
import std::option;
|
||||
import std::option::some;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -1,7 +1,6 @@
|
|||
|
||||
import std::io;
|
||||
import std::vec;
|
||||
import std::str;
|
||||
import std::istr;
|
||||
|
||||
/*
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue