]> git.lizzy.rs Git - rust.git/commit - src/tools/clippy
Rollup merge of #63081 - petrochenkov:cleantidy, r=Mark-Simulacrum
authorMazdak Farrokhzad <twingoow@gmail.com>
Sun, 28 Jul 2019 19:20:00 +0000 (21:20 +0200)
committerGitHub <noreply@github.com>
Sun, 28 Jul 2019 19:20:00 +0000 (21:20 +0200)
commit155bfe461258de55a34ca4027a4d5b5c0e64209f
tree9db8abbedc59aa00d1845b7fc7e96d01c82af4f7
parent117fa1de982da53977692c4636d58730c8a75b10
parent61729b3bf0e439ebe6cd785b3e6ae02ab24592c0
Rollup merge of #63081 - petrochenkov:cleantidy, r=Mark-Simulacrum

tidy: Cleanup the directory whitelist

Some entries were outdated - pre-"llvm-project", pre-"crates.io", pre-"Cargo.toml outside of src".
Some entries were unnecessary - `owning_ref` could be fixed and directories outside of `src` are not visited by tidy at all.

r? @Mark-Simulacrum