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:
commit
d4d11118ef
63 changed files with 111 additions and 107 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue