]> git.lizzy.rs Git - rust.git/commitdiff
Cargo fmt
authorSeiichi Uchida <seuchida@gmail.com>
Tue, 5 Dec 2017 08:15:58 +0000 (17:15 +0900)
committerSeiichi Uchida <seuchida@gmail.com>
Tue, 5 Dec 2017 08:15:58 +0000 (17:15 +0900)
src/closures.rs
src/filemap.rs

index 1ea7982ba66fed7c8805019df45ec2e884a949a9..73ef2064295357d761b28fc6a4a5febe5441018a 100644 (file)
@@ -31,7 +31,6 @@
 //     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,
index 8bed486e7b9471162c3e0cd3f4fb584375e7b945..c46b477abaa28b3a46772f4841b917f1bd3edd5a 100644 (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};