]> git.lizzy.rs Git - rust.git/blobdiff - src/tools/clippy/tests/ui/transmutes_expressible_as_ptr_casts.fixed
Merge commit 'fdb84cbfd25908df5683f8f62388f663d9260e39' into clippyup
[rust.git] / src / tools / clippy / tests / ui / transmutes_expressible_as_ptr_casts.fixed
index b425cdd6cbfd441d45b3cacce9a3f2c60daa5b7e..539239fc18f9449f8b582b68a930f39ae2fcf664 100644 (file)
@@ -1,6 +1,6 @@
 // run-rustfix
 #![warn(clippy::transmutes_expressible_as_ptr_casts)]
-// These two warnings currrently cover the cases transmutes_expressible_as_ptr_casts
+// These two warnings currently cover the cases transmutes_expressible_as_ptr_casts
 // would otherwise be responsible for
 #![warn(clippy::useless_transmute)]
 #![warn(clippy::transmute_ptr_to_ptr)]