about summary refs log tree commit diff
path: root/config.toml.example
diff options
context:
space:
mode:
authorMateusz Mikuła <mati865@gmail.com>2019-01-02 20:03:43 +0100
committerMateusz Mikuła <mati865@gmail.com>2019-01-02 20:03:50 +0100
commit3852dc8fe9a21950c923e4815c475497eee3e653 (patch)
tree7d6d8de8fae87f531a715b1605be806b85f9d714 /config.toml.example
parent990d8aa743b1dda3cc0f68fe09524486261812c6 (diff)
downloadrust-3852dc8fe9a21950c923e4815c475497eee3e653.tar.gz
rust-3852dc8fe9a21950c923e4815c475497eee3e653.zip
Add Clippy to config.toml.example
Diffstat (limited to 'config.toml.example')
-rw-r--r--config.toml.example2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.toml.example b/config.toml.example
index 33ad9147ce0..433043e924b 100644
--- a/config.toml.example
+++ b/config.toml.example
@@ -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