mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-28 02:57:37 +00:00
Fix embarrassing grammatical error
This commit is contained in:
parent
4e5c02e898
commit
1f577c0300
@ -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…
Reference in New Issue
Block a user