Fix embarrassing grammatical error

This commit is contained in:
Hirochika Matsumoto
2020-11-14 19:39:41 +09:00
parent 4e5c02e898
commit 1f577c0300
+1 -1
View File
@@ -102,7 +102,7 @@ fn func13() -> Option<i32> {
}
}
impl A for B {
impl B for A {
// trait impls are not linted
fn func13() -> Option<i32> {
Some(0)