From 64fc9e31e7e102e15d3d6570ce855b8738f6ace9 Mon Sep 17 00:00:00 2001 From: topecongiro Date: Tue, 20 Jun 2017 22:35:56 +0900 Subject: [PATCH] Fix a typo --- src/bin/rustfmt.rs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/bin/rustfmt.rs b/src/bin/rustfmt.rs index ba00f123d03..4d2f1cdc041 100644 --- a/src/bin/rustfmt.rs +++ b/src/bin/rustfmt.rs @@ -79,7 +79,10 @@ impl CliOptions { )); } } else { - println!("Warning: the default write-mode for Rustfmt will soon change to overwrite - this will not leave backups of changed files."); + println!( + "Warning: the default write-mode for Rustfmt will soon change to overwrite \ + - this will not leave backups of changed files." + ); } if let Some(ref file_lines) = matches.opt_str("file-lines") {