rust/clippy_lints
Mikael Zayenz Lagerkvist f97c38de94 avoid op-ref in macros
Avoid running op-ref inspection in macros since the macro
may be invoked in many different types of contexts.

Solves #2818 and incidentally avoids #2689.
2018-05-29 13:17:37 +02:00
..
2018-05-29 13:17:37 +02:00
2018-05-29 11:58:58 +02:00
2017-12-15 00:33:23 +02:00

This crate contains Clippy lints. For the main crate, check crates.io or GitHub.