-
Notifications
You must be signed in to change notification settings - Fork 13.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Find a Way to Silence change-id Warnings #138925
Comments
@rustbot claim |
Hello @jieyouxu, I have a couple of approaches for this. Let me know which you think is best or if you have a better suggestion:
Looking forward to your thoughts! |
We shouldn't silently change its default value. If you want to add a way to silence the |
Yeah, it should be an explicit |
Ah! That means the |
Rollup merge of rust-lang#138986 - Shourya742:2025-03-25-add-ignore-to-change-id, r=Kobzol feat(config): Add ChangeId enum for suppressing warnings closes: rust-lang#138925
The
change-id
field increases rapidly, and some users want to suppress the associated warnings. Implement a method to modifychange-id
to achieve this.The text was updated successfully, but these errors were encountered: