]> git.lizzy.rs Git - rust.git/commit
Auto merge of #5596 - ebroto:issue_5212, r=phansch
authorbors <bors@rust-lang.org>
Sat, 16 May 2020 08:49:15 +0000 (08:49 +0000)
committerbors <bors@rust-lang.org>
Sat, 16 May 2020 08:49:15 +0000 (08:49 +0000)
commit0c9427309ce0c647ee32cd4c88ca5902b57fb7ee
treebd0915deeff9b5d367fa9be329ea58e7592559d3
parent53a98050b8b40f424d26c91f4be66ce68a4dd8f4
parent9217675c7f6ccd2efa18047ebb0c86841683b6a5
Auto merge of #5596 - ebroto:issue_5212, r=phansch

Fix comparison_chain false positive

changelog: comparison_chain: fix false positives when the binary operation is the same.

Fixes #5212