Skip to content

Commit 2881bbd

Browse files
committed
Fix embarrassing grammatical error
1 parent d3586f9 commit 2881bbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ui/unnecessary_wrap.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ trait B {
102102
}
103103
}
104104

105-
impl A for B {
105+
impl B for A {
106106
// trait impls are not linted
107107
fn func13() -> Option<i32> {
108108
Some(0)

0 commit comments

Comments
 (0)