]> git.lizzy.rs Git - rust.git/commit
Rename variable
authorMichael Wright <mikerite@lavabit.com>
Thu, 18 Jan 2018 05:52:24 +0000 (07:52 +0200)
committerMichael Wright <mikerite@lavabit.com>
Thu, 18 Jan 2018 05:52:24 +0000 (07:52 +0200)
commitbf7efead17dcb685cff8c7696f1ba6f7c28a82f1
treee52cf7d49c12c596af7066712d07527b830a0409
parentd13af87d8a5786c26ab8c497079a248115cead95
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.
clippy_lints/src/types.rs