Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

dogfood: run with -D clippy::dbg_macro #14579

Merged
merged 1 commit into from
Apr 12, 2025

Conversation

samueltardieu
Copy link
Contributor

This prevents forgotten dbg!() calls from entering Clippy codebase by mistake.

Suggested by @y21 when one of my PR forgot to remove one dbg!() call.

changelog: none

This prevents `dbg!()` calls from entering Clippy codebase by mistake.
@rustbot
Copy link
Collaborator

rustbot commented Apr 10, 2025

r? @y21

rustbot has assigned @y21.
They will have a look at your PR within the next two weeks and either review your PR or reassign to another reviewer.

Use r? to explicitly pick a reviewer

@rustbot rustbot added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties label Apr 10, 2025
@y21 y21 added this pull request to the merge queue Apr 12, 2025
Merged via the queue into rust-lang:master with commit 3dd1a9b Apr 12, 2025
8 checks passed
@samueltardieu samueltardieu deleted the dogfood-dbg-macro branch April 13, 2025 06:43
# for free to join this conversation on GitHub. Already have an account? # 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