aboutsummaryrefslogtreecommitdiff
path: root/src/framework
diff options
context:
space:
mode:
authorZeyla Hellyer <[email protected]>2017-09-01 20:40:39 -0700
committerZeyla Hellyer <[email protected]>2017-09-01 20:40:39 -0700
commitebb5eaafbd92ea61b3f99811c46000965b0bd86d (patch)
tree8176fd90e65543b43a3913f4e3df2633a16208e6 /src/framework
parentRemove more non-bot user endpoints (diff)
downloadserenity-ebb5eaafbd92ea61b3f99811c46000965b0bd86d.tar.xz
serenity-ebb5eaafbd92ea61b3f99811c46000965b0bd86d.zip
Apply rustfmt fixes
Diffstat (limited to 'src/framework')
-rw-r--r--src/framework/standard/configuration.rs3
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;