Rollup merge of #74150 - tamird:blocklist, r=nikomatsakis

Avoid "blacklist"

Other terms are more inclusive and precise.

Clippy still has a lint named "blacklisted-name", but renaming it would
be a breaking change, so is left for future work.

The target configuration option "abi-blacklist" has been depreciated and
renamed to "unsupported-abis". The old name continues to work.
This commit is contained in:
Manish Goregaokar 2020-07-09 11:50:46 -07:00 committed by GitHub
commit d4d11118ef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
63 changed files with 111 additions and 107 deletions

View file

@ -283,7 +283,7 @@ pub struct Config {
pub mds_beacon_interval: String,
pub mds_beacon_grace: String,
pub mds_enforce_unique_name: String,
pub mds_blacklist_interval: String,
pub mds_interval: String,
pub mds_session_timeout: String,
pub mds_freeze_tree_timeout: String,
pub mds_session_autoclose: String,