]> git.lizzy.rs Git - rust.git/commit
Implement redundant field names lint #2244
authorTomasKralCZ <tomas@kral.hk>
Sat, 10 Feb 2018 20:13:17 +0000 (21:13 +0100)
committerTomasKralCZ <tomas@kral.hk>
Sat, 10 Feb 2018 21:52:31 +0000 (22:52 +0100)
commit85642ddd23e14c26f2f5064bf515e9d327f8222c
treee83fcff29bfa1ef1aed6397643c4935956b99644
parent6b3487a916b22312cc67fef0d3ec49985fc1197b
Implement redundant field names lint #2244
clippy_lints/src/lib.rs
clippy_lints/src/redundant_field_names.rs [new file with mode: 0644]
tests/ui/no_effect.rs
tests/ui/no_effect.stderr
tests/ui/redundant_field_names.rs [new file with mode: 0644]
tests/ui/redundant_field_names.stderr [new file with mode: 0644]