Changes as per the instruction of `cargo fmt -- --write-mode=diff`

This commit is contained in:
Pramod Bisht 2018-02-19 14:27:09 +05:30 committed by David Peter
parent 7e8c2248d0
commit 7a3994decb
1 changed files with 1 additions and 1 deletions

View File

@ -185,7 +185,7 @@ fn main() {
Err(err) => error(
format!(
"{}\nHint: You can use the '--fixed-strings' option to search for a \
literal string instead of a regular expression",
literal string instead of a regular expression",
err.description()
).as_str(),
),