1
0
mirror of https://github.com/sharkdp/fd synced 2024-07-08 12:06:43 +00:00

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

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(),
),