]> git.lizzy.rs Git - rust.git/commit
lint ! and != in if expressions with else branches
authorOliver Schneider <git-spam-no-reply9815368754983@oli-obk.de>
Mon, 29 Feb 2016 08:45:36 +0000 (09:45 +0100)
committerOliver Schneider <git-spam-no-reply9815368754983@oli-obk.de>
Mon, 29 Feb 2016 11:34:48 +0000 (12:34 +0100)
commit3b7720f992a5bc03027e64450ba51a58a5a971ae
treea71163a27c037d10557328fd58b91798b311c167
parent35e00e20c9d44bebfa66e2e044638a857ed65a8e
lint ! and != in if expressions with else branches
README.md
src/block_in_if_condition.rs
src/consts.rs
src/enum_variants.rs
src/if_not_else.rs [new file with mode: 0644]
src/lib.rs
src/loops.rs
src/matches.rs
tests/compile-fail/entry.rs
tests/compile-fail/if_not_else.rs [new file with mode: 0644]