mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-07 12:33:14 +00:00
![]() Methods like `Iterator::any` borrow the iterator mutably, which is not allowed within a pattern guard and will fail to compile. This commit prevents clippy from suggesting this type of change. Closes #3069 |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
README.md |