aboutsummaryrefslogtreecommitdiff
path: root/xtask/src
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2021-03-01 19:29:17 +0000
committerGitHub <[email protected]>2021-03-01 19:29:17 +0000
commitd8f7f2dee9eeb0b71dfa552c3366f264b783e275 (patch)
tree75908e5a61648a06642eb67d3b32abaae5adc991 /xtask/src
parent4ce20b80c5ca5e0523980aa8dd95b1cc76d78d59 (diff)
Update xtask/src/flags.rs
Co-authored-by: LaurenČ›iu Nicola <[email protected]>
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}