mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-30 05:45:12 +00:00
make it build again
This commit is contained in:
parent
2b200f6e1a
commit
5abcca516d
3 changed files with 28 additions and 14 deletions
|
@ -18,7 +18,7 @@ fn main() -> Result<()> {
|
|||
.subcommand(SubCommand::with_name("symbols"))
|
||||
.subcommand(
|
||||
SubCommand::with_name("highlight")
|
||||
.arg(Arg::with_name("rainbow").short("r").long("rainbow"))
|
||||
.arg(Arg::with_name("rainbow").short("r").long("rainbow")),
|
||||
)
|
||||
.subcommand(
|
||||
SubCommand::with_name("analysis-stats")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue