diff --git a/config.toml.example b/config.toml.example index f75e220de47e7..f5a348593699f 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