rust/tests
bors 0b6e7e2acf Auto merge of #12183 - y21:issue12182, r=dswij
respect `#[allow]` attributes in `single_call_fn` lint

Fixes #12182

If we delay linting to `check_crate_post`, we need to use `span_lint_hir_and_then`, since otherwise it would only respect those lint level attributes at the crate root.
<sub>... maybe we can have an internal lint for this somehow?</sub>

changelog: respect `#[allow]` attributes in `single_call_fn` lint
2024-01-22 18:36:35 +00:00
..
test_utils
ui Auto merge of #12183 - y21:issue12182, r=dswij 2024-01-22 18:36:35 +00:00
ui-cargo fix: add fix for bug, fix test name 2024-01-13 17:44:27 -07:00
ui-internal Update ui tests 2024-01-20 16:47:08 +01:00
ui-toml Change PublicallyExported -> PubliclyExported 2024-01-14 01:14:05 +01:00
workspace_test
check-fmt.rs
clippy.toml
compile-test.rs
dogfood.rs
headers.rs
integration.rs
lint_message_convention.rs
missing-test-files.rs
versioncheck.rs
workspace.rs