We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db98651 commit 1e0f85bCopy full SHA for 1e0f85b
tests/ui/use_self.rs
@@ -71,7 +71,7 @@ mod lifetimes {
71
72
mod issue2894 {
73
trait IntoBytes {
74
- #[allow(clippy::clippy::wrong_self_convention)]
+ #[allow(clippy::wrong_self_convention)]
75
fn into_bytes(&self) -> Vec<u8>;
76
}
77
0 commit comments