]> git.lizzy.rs Git - rust.git/commit
suggest `a op= b` over `a = a op b`
authorOliver Schneider <git-spam-no-reply9815368754983@oli-obk.de>
Wed, 11 May 2016 13:32:20 +0000 (15:32 +0200)
committerOliver Schneider <git-spam-no-reply9815368754983@oli-obk.de>
Wed, 11 May 2016 13:32:20 +0000 (15:32 +0200)
commitc6b4b19a435a825e3c28b2851966164b5ee4ca3c
tree768d0a906e934d789f459492e3ef3a9da64e1a41
parent855b292cda017fe47674725b2866ba760fed1f67
suggest `a op= b` over `a = a op b`
CHANGELOG.md
README.md
src/assign_ops.rs [new file with mode: 0644]
src/lib.rs
src/utils/paths.rs
tests/compile-fail/assign_ops.rs [new file with mode: 0644]
tests/compile-fail/strings.rs