Cargo fmt

This commit is contained in:
Seiichi Uchida 2017-12-05 17:15:58 +09:00
parent 1d1305eef8
commit 454c85e359
2 changed files with 0 additions and 2 deletions

View File

@ -31,7 +31,6 @@ use utils::{last_line_width, left_most_sub_expr, stmt_expr};
// statement without needing a semi-colon), then adding or removing braces
// can change whether it is treated as an expression or statement.
pub fn rewrite_closure(
capture: ast::CaptureBy,
fn_decl: &ast::FnDecl,

View File

@ -8,7 +8,6 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.
// TODO: add tests
use std::fs::{self, File};