Removed unused import of std::deque
This commit is contained in:
parent
ca3a9f83f4
commit
29b807be2a
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ import vec::each;
|
|||
import syntax::codemap::span;
|
||||
import syntax::visit;
|
||||
import visit::vt;
|
||||
import std::{list, deque};
|
||||
import std::{list};
|
||||
import std::list::{list, nil, cons};
|
||||
import option::{is_none, is_some};
|
||||
import syntax::print::pprust::*;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue