-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Description
Many companies and open source projects have been transitioning phrases like "blacklist/whitelist" into "blocklist/allowlist" or similar. There is also precedent for this within Rust itself as in these changes in Rust Bindgen: rust-lang/rust-bindgen#1812.
With that in mind, the blacklisted_names
lint seems like it could stand to be renamed to blocklisted_name
. I'm not very familiar with the current strategy used for deprecation within this project, but it seems like introducing blocklisted_name
as a synonym and modifying the warning messages to use this name would be a good approach for now that preserves backwards compatibility.
teor2345 and yerkedvc94ch and tth05
Metadata
Metadata
Assignees
Labels
No labels