]> git.lizzy.rs Git - rust.git/blobdiff - tests/ui/wrong_self_conventions_mut.stderr
Auto merge of #9684 - kraktus:ref_option_ref, r=xFrednet
[rust.git] / tests / ui / wrong_self_conventions_mut.stderr
index 8665d8dc9a9dea4f7b1ed03b3b5a26084fdf11d3..3d009083cee3e9a221d3bb37e0d3402efbe76fc6 100644 (file)
@@ -4,8 +4,8 @@ error: methods with the following characteristics: (`to_*` and `self` type is no
 LL |         pub fn to_many(&mut self) -> Option<&mut [T]> {
    |                        ^^^^^^^^^
    |
-   = note: `-D clippy::wrong-self-convention` implied by `-D warnings`
    = help: consider choosing a less ambiguous name
+   = note: `-D clippy::wrong-self-convention` implied by `-D warnings`
 
 error: methods with the following characteristics: (`to_*` and `*_mut`) usually take `self` by mutable reference
   --> $DIR/wrong_self_conventions_mut.rs:22:28