diff options
| author | Philipp Krones <hello@philkrones.com> | 2024-07-03 09:52:56 +0200 |
|---|---|---|
| committer | Philipp Krones <hello@philkrones.com> | 2024-07-03 09:53:05 +0200 |
| commit | ae47b97655d48e7d57f5442b1dfde067b488d4fb (patch) | |
| tree | 2a7fdcff183d6dc9a52fbe7e39c530ebce1bd2c6 | |
| parent | 125c778d6d01824fde3fe96f765a4dd9341af036 (diff) | |
| download | rust-ae47b97655d48e7d57f5442b1dfde067b488d4fb.tar.gz rust-ae47b97655d48e7d57f5442b1dfde067b488d4fb.zip | |
needless-pass-by-ref-mut: Update conf documentation
| -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 4fc109c7851..ad29339a84a 100644 --- a/book/src/lint_configuration.md +++ b/book/src/lint_configuration.md @@ -348,6 +348,7 @@ Suppress lints whenever the suggested change would cause breakage for other crat * [`enum_variant_names`](https://rust-lang.github.io/rust-clippy/master/index.html#enum_variant_names) * [`large_types_passed_by_value`](https://rust-lang.github.io/rust-clippy/master/index.html#large_types_passed_by_value) * [`linkedlist`](https://rust-lang.github.io/rust-clippy/master/index.html#linkedlist) +* [`needless_pass_by_ref_mut`](https://rust-lang.github.io/rust-clippy/master/index.html#needless_pass_by_ref_mut) * [`option_option`](https://rust-lang.github.io/rust-clippy/master/index.html#option_option) * [`rc_buffer`](https://rust-lang.github.io/rust-clippy/master/index.html#rc_buffer) * [`rc_mutex`](https://rust-lang.github.io/rust-clippy/master/index.html#rc_mutex) |
