rust/clippy_lints
Bruce Mitchener 769a1d9b6c Fix single_char_pattern for \n, \t, etc.
Single characters that are escaped weren't being searched / replaced
correctly in the hint string, so it was saying to replace, say,
`"\n"` with `"\n"` rather than `'\n'`.
2018-03-02 22:00:01 +07:00
..
src Fix single_char_pattern for \n, \t, etc. 2018-03-02 22:00:01 +07:00
Cargo.toml Bump to 0.0.187 2018-02-26 12:32:18 -08: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.