]> git.lizzy.rs Git - rust.git/commit
Avoid "whitelist"
authorTamir Duberstein <tamird@gmail.com>
Tue, 7 Jul 2020 15:12:44 +0000 (11:12 -0400)
committerTamir Duberstein <tamird@google.com>
Fri, 10 Jul 2020 11:39:28 +0000 (07:39 -0400)
commitcf91c54cc6e20462bf6c5c63a3ab0b6afe8b7f0e
tree7f737937da8beea0fbf989b97f3abfc0c6ff4fa6
parentc41fcad90843b4bff2209618663a2ed38c50a7f9
Avoid "whitelist"

Other terms are more inclusive and precise.
12 files changed:
clippy_lints/src/attrs.rs
clippy_lints/src/eq_op.rs
clippy_lints/src/needless_pass_by_value.rs
clippy_lints/src/non_expressive_names.rs
clippy_lints/src/precedence.rs
clippy_lints/src/types.rs
tests/ui/crashes/third-party/clippy.toml [new file with mode: 0644]
tests/ui/crashes/third-party/conf_allowlisted.rs [new file with mode: 0644]
tests/ui/crashes/whitelist/clippy.toml [deleted file]
tests/ui/crashes/whitelist/conf_whitelisted.rs [deleted file]
tests/ui/needless_pass_by_value.rs
tests/ui/neg_cmp_op_on_partial_ord.rs