From ebb5eaafbd92ea61b3f99811c46000965b0bd86d Mon Sep 17 00:00:00 2001 From: Zeyla Hellyer Date: Fri, 1 Sep 2017 20:40:39 -0700 Subject: Apply rustfmt fixes --- src/framework/standard/configuration.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/framework') diff --git a/src/framework/standard/configuration.rs b/src/framework/standard/configuration.rs index 611e748..015fb42 100644 --- a/src/framework/standard/configuration.rs +++ b/src/framework/standard/configuration.rs @@ -424,7 +424,8 @@ impl Configuration { self } - /// Whether the framework shouldn't care about the user's input if it's: `~command`, `~Command`, `~COMMAND`. + /// Whether the framework shouldn't care about the user's input if it's: `~command`, + /// `~Command`, `~COMMAND`. /// Setting this to `true` will result in *all* command names to be case insensitive. pub fn case_insensitivity(mut self, cs: bool) -> Self { self.case_insensitive = cs; -- cgit v1.2.3