Skip to content

Commit d406f65

Browse files
committed
bless test error
1 parent 3813b8e commit d406f65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ui/needless_arbitrary_self_type_unfixable.stderr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ error: the type of the `self` parameter does not need to be arbitrary
22
--> $DIR/needless_arbitrary_self_type_unfixable.rs:42:31
33
|
44
LL | fn call_with_mut_self(self: &mut Self) {}
5-
| ^^^^^^^^^^^^^^^ help: consider to change this parameter to: `&'_ mut self`
5+
| ^^^^^^^^^^^^^^^ help: consider to change this parameter to: `&mut self`
66
|
77
= note: `-D clippy::needless-arbitrary-self-type` implied by `-D warnings`
88

0 commit comments

Comments
 (0)