rust-clippy/mini-macro
Joshua Holmer 4b68c965fe Resolve ICE in needless range loop lint
An ICE would occur if the needless range loop was triggered
within a procedural macro, because Clippy would try to produce
a code suggestion which was invalid, and caused the compiler
to crash.

This commit takes the same approach which Clippy currently takes
to work around this type of crash in the needless pass by value lint,
which is to skip the lint if Clippy is inside of a macro.
2018-10-17 10:43:32 -04:00
..
src Resolve ICE in needless range loop lint 2018-10-17 10:43:32 -04:00
Cargo.toml Move mini-macro to proc macro 2017-12-20 08:16:44 -08:00