rust-clippy/clippy_lints
Philipp Hansch ff98e3f9f5
Fix useless_format false positive with macros
Clippy was issuing a warning when `format!` was used inside a macro.
That's a problem because macros have different syntax and can be outside
the control of the user.

This skips the `useless_format` check if the `format!` call is inside a
macro.
2018-04-05 07:52:26 +02:00
..
src Fix useless_format false positive with macros 2018-04-05 07:52:26 +02:00
Cargo.toml Bump to 0.191 2018-03-30 10:38:42 +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.