-
Notifications
You must be signed in to change notification settings - Fork 517
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
Document how/when to use diagnostic items #1188
Comments
I'll start working on this. But it might take some time as I'm also busy with some RL stuff currently 🙃 |
Assigned you so that people know you're planning to work on it in the future :) |
Thank you! |
( |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Rustc has introduced diagnostic items to avoid using hard-coded paths to check for
std
andcore
types. However, there seems to be a lack of documentation regarding them. Here is a rough overview of what should be documented:See rust-lang/rust-clippy#5393 for more context and related discussions/links etc.
The text was updated successfully, but these errors were encountered: