You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rustc has introduced diagnostic items to avoid using hard-coded paths to check for std and core types. However, there seems to be a lack of documentation regarding them. Here is a rough overview of what should be documented:
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: