Commit Graph

5 Commits

Author SHA1 Message Date
Pavan Kumar Sunkara bfd5abad4b Fix all the other tests 2023-06-12 16:21:06 +01:00
xFrednet a6f54f5dfd Renaming the lint to branches_sharing_code and fixing typos 2021-04-05 13:35:51 +02:00
xFrednet d1df73228a A new lint for shared code in if blocks
* Added expression check for shared_code_in_if_blocks
* Finishing touches for the shared_code_in_if_blocks lint
* Applying PR suggestions
* Update lints yay
* Moved test into subfolder
2021-04-05 13:33:45 +02:00
flip1995 a808779441 Split up checked_unwrap test further 2020-03-18 15:26:24 +01:00
Philipp Hansch 48bff49484 UI Test Cleanup: Split up checked_unwrap tests
This splits up `tests/ui/checked_unwrap.rs` into:

 * `tests/ui/checked_unwrap/complex.rs`
 * `tests/ui/checked_unwrap/simple.rs`

Based on the naming of the methods in the tests.

cc #2038
2019-07-16 21:23:43 +02:00