]> git.lizzy.rs Git - rust.git/commit
Add lint for reads and writes that depend on evaluation order
authorscurest <scurest@users.noreply.github.com>
Thu, 11 Aug 2016 03:16:28 +0000 (22:16 -0500)
committerscurest <scurest@users.noreply.github.com>
Thu, 11 Aug 2016 11:01:40 +0000 (06:01 -0500)
commitb0a96def09237932d02f6ffa5013ea6f5673e314
treec6971703c886a2f83ac4e53d55b935e25b6cd682
parentce3be22021aa2aba6b9b5aa7247b8fe14e21aca8
Add lint for reads and writes that depend on evaluation order
CHANGELOG.md
README.md
clippy_lints/src/eval_order_dependence.rs [new file with mode: 0644]
clippy_lints/src/lib.rs
tests/compile-fail/eval_order_dependence.rs [new file with mode: 0644]