]> git.lizzy.rs Git - rust.git/commit
Add a lint about suspiciously formatted `=@` ops
authormcarton <cartonmartin+git@gmail.com>
Sat, 27 Feb 2016 16:57:36 +0000 (17:57 +0100)
committermcarton <cartonmartin+git@gmail.com>
Sat, 27 Feb 2016 16:57:36 +0000 (17:57 +0100)
commit810de56079b678caf72e9fa712798da61f11fe77
tree5f3abf3b2c4d53646c49088e3164350ca24ccc68
parent14d2afbf0337155091d1109a33779d2c9ce2617e
Add a lint about suspiciously formatted `=@` ops

For `@` in {`*`, `!`, `-`}.
README.md
src/formatting.rs [new file with mode: 0644]
src/lib.rs
tests/compile-fail/formatting.rs [new file with mode: 0755]