]> git.lizzy.rs Git - rust.git/commitdiff
Merge pull request #1318 from oli-obk/op_assign_false_positive
authorOliver Schneider <oli-obk@users.noreply.github.com>
Mon, 19 Dec 2016 11:31:08 +0000 (12:31 +0100)
committerGitHub <noreply@github.com>
Mon, 19 Dec 2016 11:31:08 +0000 (12:31 +0100)
don't lint on x = x + y inside an AddAssign impl


Trivial merge