]> git.lizzy.rs Git - rust.git/commit
Lint `foo = bar; bar = foo` sequences
authormcarton <cartonmartin+git@gmail.com>
Sat, 27 Feb 2016 23:01:15 +0000 (00:01 +0100)
committermcarton <cartonmartin+git@gmail.com>
Sat, 27 Feb 2016 23:02:43 +0000 (00:02 +0100)
commit72ef26272d9718f5495b3a143010e031ba898e5a
tree2b1028e078468ba89182f4222fb9e54d78aab71a
parent98eb623043d4a2b0fc265d331f6b4d23bc1d74a6
Lint `foo = bar; bar = foo` sequences
README.md
src/lib.rs
src/swap.rs [new file with mode: 0644]
tests/compile-fail/swap.rs [new file with mode: 0755]