Skip to content

Commit 2555adc

Browse files
committed
Update lints
1 parent 39d8ee1 commit 2555adc

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4992,6 +4992,7 @@ Released 2018-09-13
49924992
[`assertions_on_result_states`]: https://rust-lang.github.io/rust-clippy/master/index.html#assertions_on_result_states
49934993
[`assign_op_pattern`]: https://rust-lang.github.io/rust-clippy/master/index.html#assign_op_pattern
49944994
[`assign_ops`]: https://rust-lang.github.io/rust-clippy/master/index.html#assign_ops
4995+
[`assigning_clones`]: https://rust-lang.github.io/rust-clippy/master/index.html#assigning_clones
49954996
[`async_yields_async`]: https://rust-lang.github.io/rust-clippy/master/index.html#async_yields_async
49964997
[`await_holding_invalid_type`]: https://rust-lang.github.io/rust-clippy/master/index.html#await_holding_invalid_type
49974998
[`await_holding_lock`]: https://rust-lang.github.io/rust-clippy/master/index.html#await_holding_lock

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
A collection of lints to catch common mistakes and improve your [Rust](https://github.com/rust-lang/rust) code.
77

8-
[There are over 650 lints included in this crate!](https://rust-lang.github.io/rust-clippy/master/index.html)
8+
[There are over 700 lints included in this crate!](https://rust-lang.github.io/rust-clippy/master/index.html)
99

1010
Lints are divided into categories, each with a default [lint level](https://doc.rust-lang.org/rustc/lints/levels.html).
1111
You can choose how much Clippy is supposed to ~~annoy~~ help you by changing the lint level by category.

book/src/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
A collection of lints to catch common mistakes and improve your
77
[Rust](https://github.com/rust-lang/rust) code.
88

9-
[There are over 650 lints included in this crate!](https://rust-lang.github.io/rust-clippy/master/index.html)
9+
[There are over 700 lints included in this crate!](https://rust-lang.github.io/rust-clippy/master/index.html)
1010

1111
Lints are divided into categories, each with a default [lint
1212
level](https://doc.rust-lang.org/rustc/lints/levels.html). You can choose how

0 commit comments

Comments
 (0)