diff options
| author | kennytm <kennytm@gmail.com> | 2019-01-05 23:56:52 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-01-05 23:56:52 +0800 |
| commit | f11f85812fa9519a84375c7437017617cc977502 (patch) | |
| tree | 421c7cdac0d67784f7a2e7b7f8c24ca0f49c6e74 /config.toml.example | |
| parent | 85ddc4d15005fef706df0991513f3e6714333eea (diff) | |
| parent | 3852dc8fe9a21950c923e4815c475497eee3e653 (diff) | |
| download | rust-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.example | 2 |
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 |
