aboutsummaryrefslogtreecommitdiff
path: root/crates/whirl_server/src/cmd
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-06-05 22:42:55 -0700
committerFuwn <[email protected]>2021-06-05 22:42:55 -0700
commit954fef63bf57d9eb18f2bf0e3e5a123a92a2482e (patch)
treec2d3c035c22ff6604eb504d10333b6389cd4f909 /crates/whirl_server/src/cmd
parentfeat(make): document generation task (diff)
downloadwhirl-954fef63bf57d9eb18f2bf0e3e5a123a92a2482e.tar.xz
whirl-954fef63bf57d9eb18f2bf0e3e5a123a92a2482e.zip
build(global): bump toolchain release
This commit also fixes all of the new lints that arose because of the bump.
Diffstat (limited to 'crates/whirl_server/src/cmd')
-rw-r--r--crates/whirl_server/src/cmd/constants.rs4
1 files changed, 3 insertions, 1 deletions
diff --git a/crates/whirl_server/src/cmd/constants.rs b/crates/whirl_server/src/cmd/constants.rs
index fc3f246..41986bb 100644
--- a/crates/whirl_server/src/cmd/constants.rs
+++ b/crates/whirl_server/src/cmd/constants.rs
@@ -1,7 +1,9 @@
// Copyleft (ɔ) 2021-2021 The Whirlsplash Collective
// SPDX-License-Identifier: GPL-3.0-only
-#![allow(dead_code)]
+// Have to use this until https://github.com/rust-num/num-derive/issues/47 gets
+// fixed.
+#![allow(clippy::use_self)]
#[derive(num_derive::FromPrimitive)]
pub enum Command {