Skip to content

Commit

Permalink
Fix out-of-date comment
Browse files Browse the repository at this point in the history
  • Loading branch information
djmarcin committed Nov 16, 2021
1 parent e5d42c6 commit 0d71669
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/rust_analyzer/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ struct Config {
#[structopt(long, default_value = "bazel")]
bazel: PathBuf,

/// Comma-separated list of target patterns
// Space separated list of target patterns that comes after all other args.
#[structopt(default_value = "@//...")]
targets: Vec<String>,
}

0 comments on commit 0d71669

Please sign in to comment.