feat(config): Add ChangeId enum for suppressing warnings by Shourya742 · Pull Request #138986 · rust-lang/rust (original) (raw)
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tried this locally, seems to work well. The code is also nicer, thanks! Left a few remaining nits.
Also, to make this new option a bit more discovereable, could you please modify the "to silence this warning" message, to mention this new option? Something like NOTE: to silence this warning, update
bootstrap.tomlto use
change-id = 138986or
change-id = "ignore" instead
. Thanks!