Skip to content

Commit f0877c7

Browse files
committed
Add lint could_be_unsized
1 parent f07ee8a commit f0877c7

7 files changed

+896
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3097,6 +3097,7 @@ Released 2018-09-13
30973097
[`comparison_chain`]: https://rust-lang.github.io/rust-clippy/master/index.html#comparison_chain
30983098
[`comparison_to_empty`]: https://rust-lang.github.io/rust-clippy/master/index.html#comparison_to_empty
30993099
[`copy_iterator`]: https://rust-lang.github.io/rust-clippy/master/index.html#copy_iterator
3100+
[`could_be_unsized`]: https://rust-lang.github.io/rust-clippy/master/index.html#could_be_unsized
31003101
[`create_dir`]: https://rust-lang.github.io/rust-clippy/master/index.html#create_dir
31013102
[`crosspointer_transmute`]: https://rust-lang.github.io/rust-clippy/master/index.html#crosspointer_transmute
31023103
[`dbg_macro`]: https://rust-lang.github.io/rust-clippy/master/index.html#dbg_macro

0 commit comments

Comments
 (0)