]> git.lizzy.rs Git - rust.git/commit
Adding new linting
authorAndrew Pollack <andrewpkq@gmail.com>
Mon, 30 Aug 2021 01:49:09 +0000 (18:49 -0700)
committerManish Goregaokar <manishsmail@gmail.com>
Tue, 28 Sep 2021 05:23:17 +0000 (22:23 -0700)
commitb7d40bc10394107afc03a126e346b5522beb0703
tree769d3da192487756235e01b5f505cfa74e09e5cc
parent0c8799da5aabf72aee26053075d2bd73ef9f7789
Adding new  linting
CHANGELOG.md
clippy_lints/src/if_let_some_result.rs [deleted file]
clippy_lints/src/lib.rs
clippy_lints/src/match_result_ok.rs [new file with mode: 0644]
tests/ui/if_let_some_result.fixed [deleted file]
tests/ui/if_let_some_result.rs [deleted file]
tests/ui/if_let_some_result.stderr [deleted file]
tests/ui/match_result_ok.fixed [new file with mode: 0644]
tests/ui/match_result_ok.rs [new file with mode: 0644]
tests/ui/match_result_ok.stderr [new file with mode: 0644]