FP: print_with_newline
triggers when there is no println
macro
#7195
Labels
C-bug
Category: Clippy is not doing the correct thing
I-false-positive
Issue: The lint was triggered on code it shouldn't have
The clippy lint print_with_newline triggers during scenarios without access to a println macro, such as no_std environments
Lint name:
print_with_newline
I tried this code:
I expected to see this happen:
No lint activation
Instead, this happened:
Meta
cargo clippy -V
: clippy 0.1.52 (9b471a3 2021-02-19)rustc -Vv
:The text was updated successfully, but these errors were encountered: