Skip to content

Commit

Permalink
Add Clippy to config.toml.example
Browse files Browse the repository at this point in the history
  • Loading branch information
mati865 committed Jan 2, 2019
1 parent 990d8aa commit 3852dc8
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 @@ -161,7 +161,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 3852dc8

Please sign in to comment.