rust/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
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
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