]> git.proxmox.com Git - rustc.git/blobdiff - src/tools/clippy/tests/ui/transmute_ptr_to_ref.fixed
New upstream version 1.74.1+dfsg1
[rustc.git] / src / tools / clippy / tests / ui / transmute_ptr_to_ref.fixed
index 215f0ac18422577dc1692393eaa16d28e7980cb6..acec14ccb6b82c58150e7a04e35b9a066ed3c85f 100644 (file)
@@ -1,5 +1,3 @@
-//@run-rustfix
-
 #![warn(clippy::transmute_ptr_to_ref)]
 #![allow(clippy::match_single_binding, clippy::unnecessary_cast)]