]> git.lizzy.rs Git - rust.git/commit
Add lint for unnecessary casts (cast to same type)
authorBood Qian <bood@glowing.com>
Wed, 15 Feb 2017 14:20:20 +0000 (22:20 +0800)
committerBood Qian <bood@glowing.com>
Wed, 15 Feb 2017 14:20:20 +0000 (22:20 +0800)
commitafce85e96dd8a2157b2362e71e420789e2305de7
tree4771b15c39433cd3163582cd7fe1021e9c7218c7
parentc76517d6c4160083e642f6981f68b1ce6690206e
Add lint for unnecessary casts (cast to same type)
CHANGELOG.md
README.md
clippy_lints/src/lib.rs
clippy_lints/src/types.rs
tests/ui/cast.rs
tests/ui/cast.stderr