-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
Exclude well known names from showing a suggestion in check-cfg #118924
Exclude well known names from showing a suggestion in check-cfg #118924
Conversation
This comment was marked as resolved.
This comment was marked as resolved.
0883bfb
to
f23c3f4
Compare
I really don't want to merge it like this. |
f23c3f4
to
29afbbd
Compare
I've updated the PR to not rely anymore on a hard-coded list and instead have an @rustbot ready |
Much better! |
☀️ Test successful - checks-actions |
Finished benchmarking commit (f1f8687): comparison URL. Overall result: no relevant changes - no action needed@rustbot label: -perf-regression Instruction countThis benchmark run did not return any relevant results for this metric. Max RSS (memory usage)ResultsThis is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
CyclesResultsThis is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
Binary sizeThis benchmark run did not return any relevant results for this metric. Bootstrap: 665.928s -> 666.315s (0.06%) |
This PR adds an exclusion for well known names from showing in suggestions of check-cfg/
unexpected_cfgs
.Follow-up to #118213 and fixes #118213 (comment).
r? @petrochenkov