mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-12 13:18:47 +00:00
Update xtask/src/flags.rs
Co-authored-by: Laurențiu Nicola <lnicola@users.noreply.github.com>
This commit is contained in:
parent
4ce20b80c5
commit
d8f7f2dee9
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ xflags::args_parser! {
|
||||||
}
|
}
|
||||||
/// Builds a benchmark version of rust-analyzer and puts it into `./target`.
|
/// Builds a benchmark version of rust-analyzer and puts it into `./target`.
|
||||||
cmd bb
|
cmd bb
|
||||||
required suffix : String
|
required suffix: String
|
||||||
{}
|
{}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue