Skip to content

Commit 1f577c0

Browse files
committed
Fix embarrassing grammatical error
1 parent 4e5c02e commit 1f577c0

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)