From 7a3994decb8b38162ef9f89d19e227569a379e81 Mon Sep 17 00:00:00 2001 From: Pramod Bisht Date: Mon, 19 Feb 2018 14:27:09 +0530 Subject: [PATCH] Changes as per the instruction of `cargo fmt -- --write-mode=diff` --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index f4b558b..fc03583 100644 --- a/src/main.rs +++ b/src/main.rs @@ -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(), ),