rust/tests
bors 750c7a11da Auto merge of #11042 - y21:issue10459, r=Manishearth
[`unused_async`]: don't lint if function is part of a trait

Fixes #10459.

We shouldn't lint if the function is part of a trait, because the user won't be able to easily remove the `async`, as this will then not match with the function signature in the trait definition

changelog: [`unused_async`]: don't lint if function is part of a trait
2023-06-28 09:54:20 +00:00
..
test_utils
ui Auto merge of #11042 - y21:issue10459, r=Manishearth 2023-06-28 09:54:20 +00:00
ui-cargo Update tests 2023-06-26 14:13:07 +00:00
ui-internal Update tests 2023-06-26 14:13:07 +00:00
ui-toml change category and refactor 2023-06-27 05:16:40 -05:00
workspace_test Fix false positive of [self_named_module_files] and [mod_module_files] 2023-06-18 09:04:59 +08:00
check-fmt.rs
clippy.toml
compile-test.rs Auto merge of #11043 - Alexendoo:testname, r=Jarcho 2023-06-28 02:53:40 +00:00
dogfood.rs
headers.rs
integration.rs
lint_message_convention.rs new lint needless_raw_string + refactor a bit 2023-06-27 05:12:00 -05:00
missing-test-files.rs Port clippy away from compiletest to ui_test 2023-06-26 14:13:07 +00:00
versioncheck.rs
workspace.rs Fix false positive of [self_named_module_files] and [mod_module_files] 2023-06-18 09:04:59 +08:00