Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
clippy: In cmp_owned, don't use Deref via
*
if non-Deref impl exists
This avoids making a suggestion to write `*x` if `x` would also work.
- Loading branch information