rustc: Remove some useless std::vec imports
This commit is contained in:
parent
13c44f99ae
commit
cdda0fd6d6
@ -2,7 +2,6 @@
|
|||||||
import lib::llvm::llvm;
|
import lib::llvm::llvm;
|
||||||
import lib::llvm::llvm::ModuleRef;
|
import lib::llvm::llvm::ModuleRef;
|
||||||
import std::str;
|
import std::str;
|
||||||
import std::vec;
|
|
||||||
import std::os::target_os;
|
import std::os::target_os;
|
||||||
|
|
||||||
fn get_module_asm() -> str { ret ""; }
|
fn get_module_asm() -> str { ret ""; }
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
import std::ivec;
|
import std::ivec;
|
||||||
import std::option;
|
import std::option;
|
||||||
import std::vec;
|
|
||||||
import syntax::ast;
|
import syntax::ast;
|
||||||
import syntax::fold;
|
import syntax::fold;
|
||||||
import attr;
|
import attr;
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
|
|
||||||
import std::vec;
|
|
||||||
import std::option;
|
import std::option;
|
||||||
import std::option::some;
|
import std::option::some;
|
||||||
import std::option::none;
|
import std::option::none;
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
import std::vec;
|
|
||||||
import std::ivec;
|
import std::ivec;
|
||||||
import std::int::str;
|
import std::int::str;
|
||||||
import std::str;
|
import std::str;
|
||||||
|
@ -3,7 +3,6 @@ import std::map;
|
|||||||
import std::map::hashmap;
|
import std::map::hashmap;
|
||||||
import std::uint;
|
import std::uint;
|
||||||
import std::int;
|
import std::int;
|
||||||
import std::vec;
|
|
||||||
import std::option;
|
import std::option;
|
||||||
import std::option::none;
|
import std::option::none;
|
||||||
import std::option::some;
|
import std::option::some;
|
||||||
|
Loading…
Reference in New Issue
Block a user