]> git.lizzy.rs Git - rust.git/commit
New lint for struct update that has no effect
authorSeo Sanghyeon <sanxiyn@gmail.com>
Wed, 21 Oct 2015 15:25:16 +0000 (00:25 +0900)
committerSeo Sanghyeon <sanxiyn@gmail.com>
Thu, 22 Oct 2015 09:19:06 +0000 (18:19 +0900)
commitd843257643637facfa7308c2c85e677442298738
tree399194d5287b7560c63532bac521d9e4df95d490
parent1555a9f8afd786d1a71c24b8b981584655a64161
New lint for struct update that has no effect
README.md
src/lib.rs
src/needless_update.rs [new file with mode: 0644]
tests/compile-fail/needless_update.rs [new file with mode: 0644]