mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-22 03:44:24 +00:00
![]() Clarify suggestion message for unwrap lint Close #10217 As mentioned at #10217 message for `unwrap` uses `..` like `Some(..)` which can confuse with slice and other places mostly use `<item>` like `for (i, <item>) in target_groups_json.iter().enumerate().skip(1) {` So replace `..` to `<item>` changelog: [`unnecessary_unwrap`] clarify suggestion message |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
README.md |