Skip to content

Commit bdf6640

Browse files
committed
unnecessary_reserve: lint configuration
1 parent fcbf890 commit bdf6640

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

book/src/lint_configuration.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -818,6 +818,7 @@ The minimum rust version that the project supports. Defaults to the `rust-versio
818818
* [`unchecked_duration_subtraction`](https://rust-lang.github.io/rust-clippy/master/index.html#unchecked_duration_subtraction)
819819
* [`uninlined_format_args`](https://rust-lang.github.io/rust-clippy/master/index.html#uninlined_format_args)
820820
* [`unnecessary_lazy_evaluations`](https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_lazy_evaluations)
821+
* [`unnecessary_reserve`](https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_reserve)
821822
* [`unnested_or_patterns`](https://rust-lang.github.io/rust-clippy/master/index.html#unnested_or_patterns)
822823
* [`unused_trait_names`](https://rust-lang.github.io/rust-clippy/master/index.html#unused_trait_names)
823824
* [`use_self`](https://rust-lang.github.io/rust-clippy/master/index.html#use_self)

0 commit comments

Comments
 (0)