rust-clippy/clippy_lints
Philipp Hansch 5d36edc90d
Prevent crash when macro is in different file
This was caused by a macro in a different file.
The `target.span` was be in the file of the macro definition and the
`item.span` in the file of the calling code.
2018-05-01 18:46:15 +02:00
..
src Prevent crash when macro is in different file 2018-05-01 18:46:15 +02:00
Cargo.toml Version bump 2018-04-19 08:36:22 +02:00
README.md Fix crates.io site name 2017-12-15 00:33:23 +02:00

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