From 454c85e359ee8de9bf1736a5ecae3d9abd7526c2 Mon Sep 17 00:00:00 2001 From: Seiichi Uchida Date: Tue, 5 Dec 2017 17:15:58 +0900 Subject: [PATCH] Cargo fmt --- src/closures.rs | 1 - src/filemap.rs | 1 - 2 files changed, 2 deletions(-) diff --git a/src/closures.rs b/src/closures.rs index 1ea7982ba66..73ef2064295 100644 --- a/src/closures.rs +++ b/src/closures.rs @@ -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, diff --git a/src/filemap.rs b/src/filemap.rs index 8bed486e7b9..c46b477abaa 100644 --- a/src/filemap.rs +++ b/src/filemap.rs @@ -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}; -- 2.44.0