]> git.lizzy.rs Git - rust.git/commit
Lint usage of `*&` and `*&mut`
authorPhil Turnbull <philip.turnbull@gmail.com>
Tue, 22 Nov 2016 18:22:37 +0000 (13:22 -0500)
committerPhil Turnbull <philip.turnbull@gmail.com>
Wed, 23 Nov 2016 02:06:20 +0000 (21:06 -0500)
commita9f5b90f0f4994d6e11a7f75707f2010134a08fa
tree3238938e7e7a43e2bbdd35d526d7aec3246a3480
parent530083c3b925829e4d2211057444510a7177f3b4
Lint usage of `*&` and `*&mut`

fixes #1316
CHANGELOG.md
README.md
clippy_lints/src/lib.rs
clippy_lints/src/reference.rs [new file with mode: 0644]
tests/compile-fail/no_effect.rs
tests/compile-fail/reference.rs [new file with mode: 0644]