Skip to content

Commit 32ded57

Browse files
committed
Just lint changes
1 parent 634987b commit 32ded57

11 files changed

+1501
-28
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -4250,6 +4250,7 @@ Released 2018-09-13
42504250
[`suspicious_splitn`]: https://rust-lang.github.io/rust-clippy/master/index.html#suspicious_splitn
42514251
[`suspicious_to_owned`]: https://rust-lang.github.io/rust-clippy/master/index.html#suspicious_to_owned
42524252
[`suspicious_unary_op_formatting`]: https://rust-lang.github.io/rust-clippy/master/index.html#suspicious_unary_op_formatting
4253+
[`suspicious_xor_used_as_pow`]: https://rust-lang.github.io/rust-clippy/master/index.html#suspicious_xor_used_as_pow
42534254
[`swap_ptr_to_ref`]: https://rust-lang.github.io/rust-clippy/master/index.html#swap_ptr_to_ref
42544255
[`tabs_in_doc_comments`]: https://rust-lang.github.io/rust-clippy/master/index.html#tabs_in_doc_comments
42554256
[`temporary_assignment`]: https://rust-lang.github.io/rust-clippy/master/index.html#temporary_assignment

0 commit comments

Comments
 (0)