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
kennytm committed Jan 5, 2019
2 parents 85ddc4d + 3852dc8 commit f11f858
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 f11f858

Please sign in to comment.