Fix embarrassing grammatical error

This commit is contained in:
Hirochika Matsumoto 2020-11-14 19:39:41 +09:00
parent 4e5c02e898
commit 1f577c0300

View File

@ -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)