aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_cli/src
diff options
context:
space:
mode:
authorPascal Hertleif <[email protected]>2019-05-26 10:56:31 +0100
committerPascal Hertleif <[email protected]>2019-05-27 10:26:35 +0100
commit5abcca516d3563416d3fba9f2e4b8b024d10f846 (patch)
tree45e484435a5ee06d5a71ec7e5a9c525e7f9c7687 /crates/ra_cli/src
parent2b200f6e1a600e263f314efba5d8c3743095071b (diff)
make it build again
Diffstat (limited to 'crates/ra_cli/src')
-rw-r--r--crates/ra_cli/src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ra_cli/src/main.rs b/crates/ra_cli/src/main.rs
index bdc7a76c6..84a1564ce 100644
--- a/crates/ra_cli/src/main.rs
+++ b/crates/ra_cli/src/main.rs
@@ -18,7 +18,7 @@ fn main() -> Result<()> {
18 .subcommand(SubCommand::with_name("symbols")) 18 .subcommand(SubCommand::with_name("symbols"))
19 .subcommand( 19 .subcommand(
20 SubCommand::with_name("highlight") 20 SubCommand::with_name("highlight")
21 .arg(Arg::with_name("rainbow").short("r").long("rainbow")) 21 .arg(Arg::with_name("rainbow").short("r").long("rainbow")),
22 ) 22 )
23 .subcommand( 23 .subcommand(
24 SubCommand::with_name("analysis-stats") 24 SubCommand::with_name("analysis-stats")