Skip to content

Commit e8472e4

Browse files
Rollup merge of rust-lang#57278 - mati865:config_clippy, r=alexcrichton
Add Clippy to config.toml.example Omitted in rust-lang#51122 The order is based on https://github.com/rust-lang/rust/blob/ec194646fef1a467073ad74b8b68f6f202cfce97/src/bootstrap/install.rs#L212
2 parents 6e80fb1 + 3852dc8 commit e8472e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.toml.example

+1-1
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@
171171

172172
# Installs chosen set of extended tools if enables. By default builds all.
173173
# If chosen tool failed to build the installation fails.
174-
#tools = ["cargo", "rls", "rustfmt", "analysis", "src"]
174+
#tools = ["cargo", "rls", "clippy", "rustfmt", "analysis", "src"]
175175

176176
# Verbosity level: 0 == not verbose, 1 == verbose, 2 == very verbose
177177
#verbose = 0

0 commit comments

Comments
 (0)