rust/clippy_lints
Josh Triplett 779988303a iter conservation efforts: save the endangered .iter() and .into_iter()
Make explicit_iter_loop and explicit_into_iter_loop allow-by-default, so
that people can turn them on if they want to enforce that style; avoid
presenting them as *the* idiomatic Rust style, rather than just *a* style.
2018-09-03 01:24:46 -07:00
..
src iter conservation efforts: save the endangered .iter() and .into_iter() 2018-09-03 01:24:46 -07:00
Cargo.toml deps: update cargo_metadata from 0.5 to 0.6. 2018-08-24 18:14:49 +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.