diff options
| author | darklyspaced <srohanjd@gmail.com> | 2023-06-29 17:30:39 +0800 |
|---|---|---|
| committer | darklyspaced <srohanjd@gmail.com> | 2023-06-29 17:30:39 +0800 |
| commit | bb42b1808156194c9293621a8a1647ac957133ea (patch) | |
| tree | b4a5bf3aa70e6f69bd9634b48b1d465fd332096e | |
| parent | 211278bc862f245c11c586f1b2e6ac746ace7399 (diff) | |
| download | rust-bb42b1808156194c9293621a8a1647ac957133ea.tar.gz rust-bb42b1808156194c9293621a8a1647ac957133ea.zip | |
ran `cargo collect-metadata`
| -rw-r--r-- | book/src/lint_configuration.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/book/src/lint_configuration.md b/book/src/lint_configuration.md index 9bf7b1949c4..86b5d472a52 100644 --- a/book/src/lint_configuration.md +++ b/book/src/lint_configuration.md @@ -108,6 +108,7 @@ The minimum rust version that the project supports * [`manual_str_repeat`](https://rust-lang.github.io/rust-clippy/master/index.html#manual_str_repeat) * [`cloned_instead_of_copied`](https://rust-lang.github.io/rust-clippy/master/index.html#cloned_instead_of_copied) * [`redundant_field_names`](https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names) +* [`option_map_unwrap_or`](https://rust-lang.github.io/rust-clippy/master/index.html#option_map_unwrap_or) * [`redundant_static_lifetimes`](https://rust-lang.github.io/rust-clippy/master/index.html#redundant_static_lifetimes) * [`filter_map_next`](https://rust-lang.github.io/rust-clippy/master/index.html#filter_map_next) * [`checked_conversions`](https://rust-lang.github.io/rust-clippy/master/index.html#checked_conversions) |
