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.rs5
1 files changed, 0 insertions, 5 deletions
diff --git a/xtask/src/flags.rs b/xtask/src/flags.rs
index 4cd2b1ddb..34e447c2f 100644
--- a/xtask/src/flags.rs
+++ b/xtask/src/flags.rs
@@ -28,7 +28,6 @@ xflags::xflags! {
28 } 28 }
29 29
30 cmd fuzz-tests {} 30 cmd fuzz-tests {}
31 cmd pre-cache {}
32 31
33 cmd release { 32 cmd release {
34 optional --dry-run 33 optional --dry-run
@@ -63,7 +62,6 @@ pub enum XtaskCmd {
63 Help(Help), 62 Help(Help),
64 Install(Install), 63 Install(Install),
65 FuzzTests(FuzzTests), 64 FuzzTests(FuzzTests),
66 PreCache(PreCache),
67 Release(Release), 65 Release(Release),
68 Promote(Promote), 66 Promote(Promote),
69 Dist(Dist), 67 Dist(Dist),
@@ -92,9 +90,6 @@ pub struct Lint;
92pub struct FuzzTests; 90pub struct FuzzTests;
93 91
94#[derive(Debug)] 92#[derive(Debug)]
95pub struct PreCache;
96
97#[derive(Debug)]
98pub struct Release { 93pub struct Release {
99 pub dry_run: bool, 94 pub dry_run: bool,
100} 95}