diff options
| author | Zeyla Hellyer <[email protected]> | 2017-09-01 20:40:39 -0700 |
|---|---|---|
| committer | Zeyla Hellyer <[email protected]> | 2017-09-01 20:40:39 -0700 |
| commit | ebb5eaafbd92ea61b3f99811c46000965b0bd86d (patch) | |
| tree | 8176fd90e65543b43a3913f4e3df2633a16208e6 /src/framework | |
| parent | Remove more non-bot user endpoints (diff) | |
| download | serenity-ebb5eaafbd92ea61b3f99811c46000965b0bd86d.tar.xz serenity-ebb5eaafbd92ea61b3f99811c46000965b0bd86d.zip | |
Apply rustfmt fixes
Diffstat (limited to 'src/framework')
| -rw-r--r-- | src/framework/standard/configuration.rs | 3 |
1 files changed, 2 insertions, 1 deletions
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; |