aboutsummaryrefslogtreecommitdiff
path: root/xtask/src
diff options
context:
space:
mode:
Diffstat (limited to 'xtask/src')
-rw-r--r--xtask/src/flags.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/xtask/src/flags.rs b/xtask/src/flags.rs
index ce72879a1..5710fbdb5 100644
--- a/xtask/src/flags.rs
+++ b/xtask/src/flags.rs
@@ -46,7 +46,7 @@ xflags::args_parser! {
46 } 46 }
47 /// Builds a benchmark version of rust-analyzer and puts it into `./target`. 47 /// Builds a benchmark version of rust-analyzer and puts it into `./target`.
48 cmd bb 48 cmd bb
49 required suffix : String 49 required suffix: String
50 {} 50 {}
51 } 51 }
52} 52}