rust/tests
Samuel Tardieu 6267b6ca09 no_effect_underscore_binding: _ prefixed variables can be used
Prefixing a variable with a `_` does not mean that it will not be used.
If such a variable is used later, do not warn about the fact that its
initialization does not have a side effect as this is fine.
2024-01-19 23:25:36 +01:00
..
test_utils
ui no_effect_underscore_binding: _ prefixed variables can be used 2024-01-19 23:25:36 +01:00
ui-cargo fix: add fix for bug, fix test name 2024-01-13 17:44:27 -07:00
ui-internal
ui-toml
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