aboutsummaryrefslogtreecommitdiff
path: root/xtask/src/flags.rs
diff options
context:
space:
mode:
Diffstat (limited to 'xtask/src/flags.rs')
-rw-r--r--xtask/src/flags.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/xtask/src/flags.rs b/xtask/src/flags.rs
index 48d1ad45e..4cd2b1ddb 100644
--- a/xtask/src/flags.rs
+++ b/xtask/src/flags.rs
@@ -27,7 +27,6 @@ xflags::xflags! {
27 optional --jemalloc 27 optional --jemalloc
28 } 28 }
29 29
30 cmd lint {}
31 cmd fuzz-tests {} 30 cmd fuzz-tests {}
32 cmd pre-cache {} 31 cmd pre-cache {}
33 32
@@ -63,7 +62,6 @@ pub struct Xtask {
63pub enum XtaskCmd { 62pub enum XtaskCmd {
64 Help(Help), 63 Help(Help),
65 Install(Install), 64 Install(Install),
66 Lint(Lint),
67 FuzzTests(FuzzTests), 65 FuzzTests(FuzzTests),
68 PreCache(PreCache), 66 PreCache(PreCache),
69 Release(Release), 67 Release(Release),