]> git.lizzy.rs Git - rust.git/commit - src/tools/clippy
Rollup merge of #68127 - varkor:clarify-extended-option, r=alexcrichton
authorYuki Okushi <huyuumi.dev@gmail.com>
Tue, 14 Jan 2020 05:02:21 +0000 (14:02 +0900)
committerGitHub <noreply@github.com>
Tue, 14 Jan 2020 05:02:21 +0000 (14:02 +0900)
commit7da1dcc3e0eee606b61ac7f7039b39b3332dfb6f
treeca19f83ede60392594a660a3218988248debdac5
parent974b69927b2ca665a414a477717d40320cc7fbbd
parent9ef4fd7e19c347f9e04b44b3470ebf22ecea71a1
Rollup merge of #68127 - varkor:clarify-extended-option, r=alexcrichton

Clarify the relationship between `extended` and `tools` in `config.toml`

I.e. `tools` is only effective if `extended = true`. Alternatively, we could make `tools = []` by default and remove `extended` (although we'd want to list the possible options), but improving the description seems sufficient to solve the issue.

Fixes https://github.com/rust-lang/rust/issues/61194.