Skip to content
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

Use diagnostic item instead of path for core::fmt::Debug #13949

Merged
merged 1 commit into from
Jan 10, 2025

Conversation

samueltardieu
Copy link
Contributor

@samueltardieu samueltardieu commented Jan 5, 2025

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

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.
@rustbot rustbot added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties label Jan 5, 2025
@flip1995 flip1995 added this pull request to the merge queue Jan 10, 2025
@flip1995 flip1995 removed this pull request from the merge queue due to a manual request Jan 10, 2025
@flip1995 flip1995 added this pull request to the merge queue Jan 10, 2025
Merged via the queue into rust-lang:master with commit fc0e65d Jan 10, 2025
9 checks passed
@samueltardieu samueltardieu deleted the push-wxqomnkknoxz branch January 10, 2025 19:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants