rust-code-analysis
rust-code-analysis copied to clipboard
Do not allocate when comparing languages with the PartialEq trait
Clippy signals, with the cmp_owned lint, that there are allocations when languages are compared with the PartialEq trait