We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3813b8e commit d406f65Copy full SHA for d406f65
tests/ui/needless_arbitrary_self_type_unfixable.stderr
@@ -2,7 +2,7 @@ error: the type of the `self` parameter does not need to be arbitrary
2
--> $DIR/needless_arbitrary_self_type_unfixable.rs:42:31
3
|
4
LL | fn call_with_mut_self(self: &mut Self) {}
5
- | ^^^^^^^^^^^^^^^ help: consider to change this parameter to: `&'_ mut self`
+ | ^^^^^^^^^^^^^^^ help: consider to change this parameter to: `&mut self`
6
7
= note: `-D clippy::needless-arbitrary-self-type` implied by `-D warnings`
8
0 commit comments