We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 278a4db commit 688c4c4Copy full SHA for 688c4c4
src/librustc/middle/trans/controlflow.rs
@@ -30,7 +30,6 @@ use syntax::ast::ident;
30
use syntax::ast_map::path_mod;
31
use syntax::ast_util;
32
use syntax::codemap::span;
33
-use syntax::print::pprust::expr_to_str;
34
35
pub fn trans_block(bcx: block, b: &ast::blk, dest: expr::Dest) -> block {
36
let _icx = bcx.insn_ctxt("trans_block");
0 commit comments