Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deny use of
println!
and related write macros (#13800)
We lint against the `print` builtin in Python space, since it's a debugging artifact almost all of the time. This is the equivalent lint, but for Rust space.
- Loading branch information