rust-clippy/tests
bors 70457f637d Auto merge of #13253 - alex-semenyuk:fix_message_unnecessary_unwrap, r=llogiq
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
2024-08-13 23:50:05 +00:00
..
test_utils
ui Auto merge of #13253 - alex-semenyuk:fix_message_unnecessary_unwrap, r=llogiq 2024-08-13 23:50:05 +00:00
ui-cargo Merge commit '68a799aea9b65e2444fbecfe32217ce7d5a3604f' into clippy-subtree-update 2024-06-27 18:56:04 +02:00
ui-internal Store deprecated lints as an array of tuples. 2024-08-05 09:15:55 -04:00
ui-toml Auto merge of #13220 - y21:issue13219, r=dswij 2024-08-10 12:43:43 +00:00
workspace_test Use -D warnings instead of deny-warnings feature. 2024-08-06 10:46:39 -04:00
check-fmt.rs Use -D warnings instead of deny-warnings feature. 2024-08-06 10:46:39 -04:00
clippy.toml
compile-test.rs Replace the metadata collector with tests 2024-08-12 20:24:46 +00:00
config-metadata.rs Replace the metadata collector with tests 2024-08-12 20:24:46 +00:00
dogfood.rs Use -D warnings instead of deny-warnings feature. 2024-08-06 10:46:39 -04:00
headers.rs Merge commit 'a859e5cc1ce100df22346a1005da30532d04de59' into clippyup 2023-12-16 14:12:50 +01:00
integration.rs Use -D warnings instead of deny-warnings feature. 2024-08-06 10:46:39 -04:00
lint_message_convention.rs Use -D warnings instead of deny-warnings feature. 2024-08-06 10:46:39 -04:00
missing-test-files.rs Use -D warnings instead of deny-warnings feature. 2024-08-06 10:46:39 -04:00
versioncheck.rs Use -D warnings instead of deny-warnings feature. 2024-08-06 10:46:39 -04:00
workspace.rs Stabilize LazyCell and LazyLock (lazy_cell) 2024-02-20 20:55:13 -07:00