mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-06 13:44:13 +00:00
Cargo fmt
This commit is contained in:
parent
1d1305eef8
commit
454c85e359
@ -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,
|
||||
|
@ -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};
|
||||
|
Loading…
Reference in New Issue
Block a user