Skip to content

Commit 29b807b

Browse files
committed
Removed unused import of std::deque
1 parent ca3a9f8 commit 29b807b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rustc/middle/resolve.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import vec::each;
1313
import syntax::codemap::span;
1414
import syntax::visit;
1515
import visit::vt;
16-
import std::{list, deque};
16+
import std::{list};
1717
import std::list::{list, nil, cons};
1818
import option::{is_none, is_some};
1919
import syntax::print::pprust::*;

0 commit comments

Comments
 (0)