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
Introduce `allow-dbg-in-tests` config value
related to: Issue rust-lang#8758, PR rust-lang/rust-clippy#8838
changelog: Introduced `allow-dbg-in-tests` config value. [dbg_macro] does not allow `dbg!` in test code by default.
To be a more useful debugging tool, it should print out the full path.
The text was updated successfully, but these errors were encountered: