False positive on standard read!() usage #4709
Labels
C-bug
Category: Clippy is not doing the correct thing
L-suggestion
Lint: Improving, adding or fixing lint suggestions
T-macros
Type: Issues with macros and macro expansion
Hey! I've recently been getting this strange error for (what I think) is a fairly common usage of the
text_io
crate'sread
macro:When running clippy I get the following warning:
If I then use nightly and run with the recommend backtrace, I get this which is rather unintelligible to me. It seems as if clippy wants me to fix something in an external crate?
If you would like to reproduce this easily, the repo is here: https://github.com/cloudflare/wrangler
Thanks so much for reading this and please let me know if I'm being silly or y'all need more information :)
The text was updated successfully, but these errors were encountered: