about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--tests/ui/unnecessary_wrap.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/unnecessary_wrap.rs b/tests/ui/unnecessary_wrap.rs
index 11208690428..58178e2e04b 100644
--- a/tests/ui/unnecessary_wrap.rs
+++ b/tests/ui/unnecessary_wrap.rs
@@ -102,7 +102,7 @@ trait B {
     }
 }
 
-impl A for B {
+impl B for A {
     // trait impls are not linted
     fn func13() -> Option<i32> {
         Some(0)