]> git.lizzy.rs Git - rust.git/blobdiff - tests/ui/ok_expect.stderr
Move MSRV tests into the lint specific test files
[rust.git] / tests / ui / ok_expect.stderr
index b02b28e7f68c8a5e8bb1def1e2dd8a2c9722a8e3..6c40adbb53dc269629827a6f18cb204bfe5525aa 100644 (file)
@@ -4,8 +4,8 @@ error: called `ok().expect()` on a `Result` value
 LL |     res.ok().expect("disaster!");
    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
-   = note: `-D clippy::ok-expect` implied by `-D warnings`
    = help: you can call `expect()` directly on the `Result`
+   = note: `-D clippy::ok-expect` implied by `-D warnings`
 
 error: called `ok().expect()` on a `Result` value
   --> $DIR/ok_expect.rs:20:5