Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use diagnostic item instead of path for
core::fmt::Debug
(#13949)
This removes the last call to `LateContext::match_def_path()` in Clippy's code. The `LateContext::match_def_path()` in the compiler sources was only kept for Clippy's usage. Once this PR is merged and after the rustup, I will submit one to remove `LateContext::match_def_path()` from the compiler. changelog: none r? @flip1995
- Loading branch information