Fix a typo

This commit is contained in:
topecongiro 2017-06-20 22:35:56 +09:00
parent b5a13602d9
commit 64fc9e31e7

View file

@ -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") {