We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a0b598 commit 6d425a6Copy full SHA for 6d425a6
tests/ui/cmp_owned/with_suggestion.fixed
@@ -31,7 +31,7 @@ struct Foo;
31
impl PartialEq for Foo {
32
// Allow this here, because it emits the lint
33
// without a suggestion. This is tested in
34
- // `tests/ui/cmp_owned_without_suggestion.rs`
+ // `tests/ui/cmp_owned/without_suggestion.rs`
35
#[allow(clippy::cmp_owned)]
36
fn eq(&self, other: &Self) -> bool {
37
self.to_owned() == *other
tests/ui/cmp_owned/with_suggestion.rs
0 commit comments