FP: mut_mut in external macro #6922
Labels
C-bug
Category: Clippy is not doing the correct thing
good-first-issue
These issues are a good way to get started with Clippy
I-false-positive
Issue: The lint was triggered on code it shouldn't have
Lint name:
mut_mut
I tried this code:
the example of
async-book
also triggered the lint, though this is not the original one.I expected to see this happen: None.
Instead, this happened:
Meta
cargo clippy -V
: clippy 0.1.52 (f5d8117 2021-03-16)rustc -Vv
:This would be caused by the missing of
in_external_macro
here.The text was updated successfully, but these errors were encountered: