rust-lang/rust-clippy

Lint x != _ || x != _

Open

#853 aberto em 12 de abr. de 2016

Ver no GitHub
 (3 comments) (0 reactions) (1 assignee)Rust (1.391 forks)batch import
A-lintL-correctnessT-middlegood first issue

Métricas do repositório

Stars
 (10.406 stars)
Métricas de merge de PR
 (Mesclagem média 19d 22h) (113 fundiu PRs em 30d)

Description

Also probably x == _ && x == _. This is either a duplicate (if both _ are equal) or always false (true for the former).

Guia do colaborador