rust/tests
Nilstrieb b91dc03510
Add as_ptr_cast_mut lint
This lint detects calls to a `&self`-taking `as_ptr` method, where
the result is then immediately cast to a `*mut T`. Code like this
is probably invalid, as that pointer will not have write permissions,
and `*mut T` is usually used to write through.
2022-10-01 19:23:53 +02:00
..
test_utils
ui Add as_ptr_cast_mut lint 2022-10-01 19:23:53 +02:00
ui-cargo Merge commit '7248d06384c6a90de58c04c1f46be88821278d8b' into sync-from-clippy 2022-09-21 13:13:27 -04:00
ui-internal
ui-toml [nonstandard_macro_braces] Do not modify macro arguments 2022-09-22 16:24:23 +02:00
workspace_test
check-fmt.rs
clippy.toml
compile-test.rs a few more core lint fixes 2022-09-23 13:55:30 -04:00
dogfood.rs
integration.rs Fix panic when displaying the backtrace of failing integration tests 2022-09-25 09:15:29 -04:00
lint_message_convention.rs a few more core lint fixes 2022-09-23 13:55:30 -04:00
missing-test-files.rs a few more core lint fixes 2022-09-23 13:55:30 -04:00
versioncheck.rs a few more core lint fixes 2022-09-23 13:55:30 -04:00
workspace.rs