Skip to content

Commit

Permalink
Fix embarrassing grammatical error
Browse files Browse the repository at this point in the history
  • Loading branch information
hkmatsumoto committed Nov 14, 2020
1 parent d3586f9 commit 2881bbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ui/unnecessary_wrap.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 2881bbd

Please sign in to comment.