diff options
| author | Centri3 <114838443+Centri3@users.noreply.github.com> | 2023-05-24 11:02:35 -0500 |
|---|---|---|
| committer | Centri3 <114838443+Centri3@users.noreply.github.com> | 2023-05-24 11:02:35 -0500 |
| commit | 5adb270c8d9aa8d32acbb2a2ba343102d1bb1c76 (patch) | |
| tree | 5bb1aea7fa0c020e020c7b4187fb246dddbf554c | |
| parent | 7f7979f80b9ff1d886701f2efccd72aa9921c9fa (diff) | |
| download | rust-5adb270c8d9aa8d32acbb2a2ba343102d1bb1c76.tar.gz rust-5adb270c8d9aa8d32acbb2a2ba343102d1bb1c76.zip | |
ok
| -rw-r--r-- | tests/ui/as_ptr_cast_mut.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/ui/as_ptr_cast_mut.rs b/tests/ui/as_ptr_cast_mut.rs index 0d1d9258433..9389426238c 100644 --- a/tests/ui/as_ptr_cast_mut.rs +++ b/tests/ui/as_ptr_cast_mut.rs @@ -1,3 +1,4 @@ +//@run-rustfix #![allow(unused)] #![warn(clippy::as_ptr_cast_mut)] #![allow(clippy::wrong_self_convention)] |
