mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-10 15:14:29 +00:00
Fix typo
This commit is contained in:
parent
0396756098
commit
d6a4d2cb18
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ impl PubAllowed {
|
|||
}
|
||||
}
|
||||
|
||||
// No allow attribute on this impl block, but that doesn't matter - we only require on the
|
||||
// No allow attribute on this impl block, but that doesn't matter - we only require one on the
|
||||
// impl containing len.
|
||||
impl PubAllowed {
|
||||
pub fn irrelevant(self: &Self) -> bool {
|
||||
|
|
Loading…
Reference in a new issue