about summary refs log tree commit diff
path: root/config.toml.example
diff options
context:
space:
mode:
authorkennytm <kennytm@gmail.com>2019-01-05 23:56:52 +0800
committerGitHub <noreply@github.com>2019-01-05 23:56:52 +0800
commitf11f85812fa9519a84375c7437017617cc977502 (patch)
tree421c7cdac0d67784f7a2e7b7f8c24ca0f49c6e74 /config.toml.example
parent85ddc4d15005fef706df0991513f3e6714333eea (diff)
parent3852dc8fe9a21950c923e4815c475497eee3e653 (diff)
downloadrust-f11f85812fa9519a84375c7437017617cc977502.tar.gz
rust-f11f85812fa9519a84375c7437017617cc977502.zip
Rollup merge of #57278 - mati865:config_clippy, r=alexcrichton
Add Clippy to config.toml.example

Omitted in https://github.com/rust-lang/rust/pull/51122

The order is based on https://github.com/rust-lang/rust/blob/ec194646fef1a467073ad74b8b68f6f202cfce97/src/bootstrap/install.rs#L212
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 f75e220de47..f5a34859369 100644
--- a/config.toml.example
+++ b/config.toml.example
@@ -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