You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…_unwrap, r=llogiq
Clarify suggestion message for unwrap lint
Closerust-lang#10217
As mentioned at rust-lang#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
Part of the chain of security that gives people confidence that what they are downloading is actually what we are distributing.
The text was updated successfully, but these errors were encountered: