]> git.lizzy.rs Git - rust.git/commit
lint #1674: replace struct name with `Self` when applicable
authorTim Nielens <tim.nielens@gmail.com>
Fri, 28 Jul 2017 11:28:07 +0000 (13:28 +0200)
committerTim Nielens <tim.nielens@gmail.com>
Thu, 17 Aug 2017 23:11:39 +0000 (01:11 +0200)
commit7759bd61119580cf13d85e6a38ea4254244e84e8
treec70ee856868c6d75f46b109e6052247b4ce0fc44
parent3ab06c1f77ab605a098eae7df94ef633de8fd563
lint #1674: replace struct name with `Self` when applicable
clippy_lints/src/lib.rs
clippy_lints/src/use_self.rs [new file with mode: 0644]
tests/ui/use_self.rs [new file with mode: 0644]
tests/ui/use_self.stderr [new file with mode: 0644]