]> git.lizzy.rs Git - rust.git/blobdiff - src/tools/clippy/tests/ui/needless_arbitrary_self_type_unfixable.stderr
Merge commit '8d14c94b5c0a66241b4244f1c60ac5859cec1d97' into clippyup
[rust.git] / src / tools / clippy / tests / ui / needless_arbitrary_self_type_unfixable.stderr
index 44a0e6ddeace63bcd54bc6f7284eff4a336ec4e9..b2edbfe4323e16ce6ec4407158daa60f143b335f 100644 (file)
@@ -1,5 +1,5 @@
 error: the type of the `self` parameter does not need to be arbitrary
-  --> $DIR/needless_arbitrary_self_type_unfixable.rs:41:31
+  --> $DIR/needless_arbitrary_self_type_unfixable.rs:42:31
    |
 LL |         fn call_with_mut_self(self: &mut Self) {}
    |                               ^^^^^^^^^^^^^^^ help: consider to change this parameter to: `&'_ mut self`