Skip to content

Commit 6949e70

Browse files
committed
Add lint could_be_unsized
1 parent 8ae74da commit 6949e70

File tree

6 files changed

+651
-0
lines changed

6 files changed

+651
-0
lines changed

CHANGELOG.md

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

0 commit comments

Comments
 (0)