Remove std::vec
This commit is contained in:
parent
4fc0848a49
commit
4e62c0d6cb
10 changed files with 0 additions and 32 deletions
|
|
@ -27,7 +27,6 @@ import std::option;
|
|||
import std::option::some;
|
||||
import std::option::none;
|
||||
import std::str;
|
||||
import std::vec;
|
||||
import std::ivec;
|
||||
import std::int;
|
||||
import std::io;
|
||||
|
|
|
|||
|
|
@ -7,7 +7,6 @@
|
|||
*/
|
||||
import std::ivec;
|
||||
import std::str;
|
||||
import std::vec;
|
||||
import std::option;
|
||||
import std::option::none;
|
||||
import std::option::some;
|
||||
|
|
|
|||
|
|
@ -2,7 +2,6 @@ use std;
|
|||
|
||||
import codemap::span;
|
||||
import std::ivec;
|
||||
import std::vec;
|
||||
import std::option;
|
||||
import std::map::hashmap;
|
||||
import std::map::new_str_hash;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue