Skip to content

Commit 3852dc8

Browse files
committed
Add Clippy to config.toml.example
1 parent 990d8aa commit 3852dc8

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
@@ -161,7 +161,7 @@
161161

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

166166
# Verbosity level: 0 == not verbose, 1 == verbose, 2 == very verbose
167167
#verbose = 0

0 commit comments

Comments
 (0)