rust/tests
bors c5f3f9df3b Auto merge of #6603 - ThibsG:MatchOverlappingArm5986, r=flip1995
Do not lint when range is completely included into another one

This fix has been developed following this [comment](https://github.com/rust-lang/rust-clippy/issues/5986#issuecomment-703313548).
So this will be linted:
```
|----------|
        |-----------|
```
Now this won't be linted:
```
              |---|
|--------------------|
```
and this will still lint:
```
|--------|
|--------------|
```

Fixes: #5986

changelog: Fix FPs in match_overlapping_arm, when first arm is completely included in second arm
2021-01-31 15:09:55 +00:00
..
auxiliary
cargo
ui Auto merge of #6603 - ThibsG:MatchOverlappingArm5986, r=flip1995 2021-01-31 15:09:55 +00:00
ui-cargo
ui-internal Auto merge of #6567 - camsteffen:path-to-res-enum, r=Manishearth 2021-01-20 21:35:11 +00:00
ui-toml
compile-test.rs Auto merge of #6500 - Javier-varez:case_sensitive_file_extensions, r=llogiq 2021-01-15 19:49:39 +00:00
dogfood.rs
fmt.rs
integration.rs
missing-test-files.rs
versioncheck.rs Use bootstrap rustc for versioncheck in Clippy 2021-01-02 18:12:28 +01:00