Fix a typo
This commit is contained in:
parent
b5a13602d9
commit
64fc9e31e7
@ -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") {
|
||||
|
Loading…
x
Reference in New Issue
Block a user