]> git.lizzy.rs Git - rust.git/commit
Add known problem to `needless_borrow` lint
authorChristian Duerr <contact@christianduerr.com>
Wed, 25 Jul 2018 12:54:09 +0000 (14:54 +0200)
committerChristian Duerr <contact@christianduerr.com>
Wed, 25 Jul 2018 12:54:09 +0000 (14:54 +0200)
commit13353111dadc932c52a63ca8c243f1dd8fce9a7a
treec78b87cd38a0229e3eb9d443ce078fdd5a985d1c
parentfde487c1dc61919b123a315f6a6132850b0a5fe3
Add known problem to `needless_borrow` lint

The `needless_borrow` lint is temporarily disabled because of some false
positives it causes in combination with the `derive` macro.

However the documentation does not explain these issues, but instead
lists `Known problems: None`. To make it clear why this lint is
currently not enabled, a description of the false positives caused by
this lint has been added to the `Known problems` section.
clippy_lints/src/needless_borrow.rs