File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ struct Foo;
31
31
impl PartialEq for Foo {
32
32
// Allow this here, because it emits the lint
33
33
// without a suggestion. This is tested in
34
- // `tests/ui/cmp_owned_without_suggestion .rs`
34
+ // `tests/ui/cmp_owned/without_suggestion .rs`
35
35
#[allow(clippy::cmp_owned)]
36
36
fn eq(&self, other: &Self) -> bool {
37
37
self.to_owned() == *other
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ struct Foo;
31
31
impl PartialEq for Foo {
32
32
// Allow this here, because it emits the lint
33
33
// without a suggestion. This is tested in
34
- // `tests/ui/cmp_owned_without_suggestion .rs`
34
+ // `tests/ui/cmp_owned/without_suggestion .rs`
35
35
#[ allow( clippy:: cmp_owned) ]
36
36
fn eq ( & self , other : & Self ) -> bool {
37
37
self . to_owned ( ) == * other
You can’t perform that action at this time.
0 commit comments