]> git.lizzy.rs Git - rust.git/blobdiff - tests/ui/needless_arbitrary_self_type.rs
Auto merge of #6336 - giraffate:sync-from-rust, r=flip1995
[rust.git] / tests / ui / needless_arbitrary_self_type.rs
index 9074920b2046d3ae3c7c45bcbe74a63a9aca5765..17aeaaf97ac73ab792661dc03cf95f14035746f3 100644 (file)
@@ -57,7 +57,7 @@ pub fn mut_ref_good_with_lifetime<'a>(&'a mut self) {
         unimplemented!();
     }
 
-    pub fn mut_ref_mut_bad(mut self: &mut Self) {
+    pub fn mut_ref_mut_good(mut self: &mut Self) {
         unimplemented!();
     }