Fix embarrassing grammatical error
This commit is contained in:
parent
4e5c02e898
commit
1f577c0300
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue