Skip to content

Commit ae47b97

Browse files
committed
needless-pass-by-ref-mut: Update conf documentation
1 parent 125c778 commit ae47b97

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
@@ -348,6 +348,7 @@ Suppress lints whenever the suggested change would cause breakage for other crat
348348
* [`enum_variant_names`](https://rust-lang.github.io/rust-clippy/master/index.html#enum_variant_names)
349349
* [`large_types_passed_by_value`](https://rust-lang.github.io/rust-clippy/master/index.html#large_types_passed_by_value)
350350
* [`linkedlist`](https://rust-lang.github.io/rust-clippy/master/index.html#linkedlist)
351+
* [`needless_pass_by_ref_mut`](https://rust-lang.github.io/rust-clippy/master/index.html#needless_pass_by_ref_mut)
351352
* [`option_option`](https://rust-lang.github.io/rust-clippy/master/index.html#option_option)
352353
* [`rc_buffer`](https://rust-lang.github.io/rust-clippy/master/index.html#rc_buffer)
353354
* [`rc_mutex`](https://rust-lang.github.io/rust-clippy/master/index.html#rc_mutex)

0 commit comments

Comments
 (0)