-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
Fix internal default_hash_types
lint to use resolved path
#86827
Conversation
Some changes occurred in src/tools/clippy. cc @rust-lang/clippy |
r? @estebank (rust-highfive has picked a reviewer for you, use r? to override) |
This comment has been minimized.
This comment has been minimized.
ef22328
to
40eac38
Compare
This comment has been minimized.
This comment has been minimized.
40eac38
to
120b101
Compare
This comment has been minimized.
This comment has been minimized.
ca501a2
to
9af96f6
Compare
📌 Commit 9af96f642822791c857820b6519ea6a69cff2517 has been approved by |
⌛ Testing commit 9af96f642822791c857820b6519ea6a69cff2517 with merge b206d34ec85f65787d93410ee8f59545dc90020c... |
This comment has been minimized.
This comment has been minimized.
💔 Test failed - checks-actions |
9af96f6
to
17ebba7
Compare
Reverted removal of allow in rustc_macros |
@bors r+ |
📌 Commit 17ebba7 has been approved by |
⌛ Testing commit 17ebba7 with merge d4588b9776c4e16c5572989211179c37fb57e13b... |
The job Click to see the possible cause of the failure (guessed by this bot)
|
💔 Test failed - checks-actions |
@bors retry |
☀️ Test successful - checks-actions |
Fix internal `default_hash_types` lint to use resolved path I run into false positives now and then (mostly in Clippy) when I want to name some util after HashMap.
I run into false positives now and then (mostly in Clippy) when I want to name some util after HashMap.