mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-15 12:39:31 +03:00
Fix embarrassing grammatical error
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user