diff options
author | Aleksey Kladov <[email protected]> | 2021-03-01 19:29:17 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2021-03-01 19:29:17 +0000 |
commit | d8f7f2dee9eeb0b71dfa552c3366f264b783e275 (patch) | |
tree | 75908e5a61648a06642eb67d3b32abaae5adc991 | |
parent | 4ce20b80c5ca5e0523980aa8dd95b1cc76d78d59 (diff) |
Update xtask/src/flags.rs
Co-authored-by: Laurențiu Nicola <[email protected]>
-rw-r--r-- | xtask/src/flags.rs | 2 |
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 | } |