Skip to content

Commit ad46c1e

Browse files
committed
Add lint explicit_auto_deref
1 parent e2e363f commit ad46c1e

12 files changed

+803
-55
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -2063,6 +2063,7 @@ Released 2018-09-13
20632063
[`expect_fun_call`]: https://rust-lang.github.io/rust-clippy/master/index.html#expect_fun_call
20642064
[`expect_used`]: https://rust-lang.github.io/rust-clippy/master/index.html#expect_used
20652065
[`expl_impl_clone_on_copy`]: https://rust-lang.github.io/rust-clippy/master/index.html#expl_impl_clone_on_copy
2066+
[`explicit_auto_deref`]: https://rust-lang.github.io/rust-clippy/master/index.html#explicit_auto_deref
20662067
[`explicit_counter_loop`]: https://rust-lang.github.io/rust-clippy/master/index.html#explicit_counter_loop
20672068
[`explicit_deref_methods`]: https://rust-lang.github.io/rust-clippy/master/index.html#explicit_deref_methods
20682069
[`explicit_into_iter_loop`]: https://rust-lang.github.io/rust-clippy/master/index.html#explicit_into_iter_loop

0 commit comments

Comments
 (0)