rust-clippy/clippy_lints
Michael Wright bf7efead17 Rename variable
Rename `vec` to `ty` in `match_type_parameter`. This variable is a type
and not a vector. Previously it would only refer to `Vec<_>` so the name used
to make sense.
2018-01-18 07:52:24 +02:00
..
src Rename variable 2018-01-18 07:52:24 +02:00
Cargo.toml Rustup 2018-01-15 12:08:17 +01: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.