Skip to content

Commit

Permalink
Rollup merge of rust-lang#57278 - mati865:config_clippy, r=alexcrichton
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark-Simulacrum authored Jan 3, 2019
2 parents 6e80fb1 + 3852dc8 commit e8472e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.toml.example
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@

# Installs chosen set of extended tools if enables. By default builds all.
# If chosen tool failed to build the installation fails.
#tools = ["cargo", "rls", "rustfmt", "analysis", "src"]
#tools = ["cargo", "rls", "clippy", "rustfmt", "analysis", "src"]

# Verbosity level: 0 == not verbose, 1 == verbose, 2 == very verbose
#verbose = 0
Expand Down

0 comments on commit e8472e4

Please sign in to comment.