]> git.lizzy.rs Git - rust.git/blobdiff - tests/ui/useless_asref.stderr
Auto merge of #9684 - kraktus:ref_option_ref, r=xFrednet
[rust.git] / tests / ui / useless_asref.stderr
index 5876b54aca8f0e8347995ae6c6ead836768b6a7c..67ce8b64e0e3d21613b1a31099c04931336746c6 100644 (file)
@@ -5,7 +5,7 @@ LL |         foo_rstr(rstr.as_ref());
    |                  ^^^^^^^^^^^^^ help: try this: `rstr`
    |
 note: the lint level is defined here
-  --> $DIR/useless_asref.rs:3:9
+  --> $DIR/useless_asref.rs:2:9
    |
 LL | #![deny(clippy::useless_asref)]
    |         ^^^^^^^^^^^^^^^^^^^^^