]> git.lizzy.rs Git - rust.git/blobdiff - tests/ui/return_self_not_must_use.stderr
[`excessive_bools`] lint trait functions even without bodies
[rust.git] / tests / ui / return_self_not_must_use.stderr
index 94be87dfa31c73c85a57a262c203d162252cc098..34932fe1c2c557f3dbdd6630e9852af731da4627 100644 (file)
@@ -4,8 +4,8 @@ error: missing `#[must_use]` attribute on a method returning `Self`
 LL |     fn what(&self) -> Self;
    |     ^^^^^^^^^^^^^^^^^^^^^^^
    |
-   = note: `-D clippy::return-self-not-must-use` implied by `-D warnings`
    = help: consider adding the `#[must_use]` attribute to the method or directly to the `Self` type
+   = note: `-D clippy::return-self-not-must-use` implied by `-D warnings`
 
 error: missing `#[must_use]` attribute on a method returning `Self`
   --> $DIR/return_self_not_must_use.rs:18:5