]> git.lizzy.rs Git - rust.git/blobdiff - src/tools/clippy/tests/ui/assertions_on_constants.stderr
Rollup merge of #102454 - chenyukang:fix-102396-missing-parentheses, r=lcnr
[rust.git] / src / tools / clippy / tests / ui / assertions_on_constants.stderr
index e1f818814d500105c2b69e3a0d979f6ed467fe55..29fe009035f166115aef42bef78aa8975a52467c 100644 (file)
@@ -4,8 +4,8 @@ error: `assert!(true)` will be optimized out by the compiler
 LL |     assert!(true);
    |     ^^^^^^^^^^^^^
    |
-   = note: `-D clippy::assertions-on-constants` implied by `-D warnings`
    = help: remove it
+   = note: `-D clippy::assertions-on-constants` implied by `-D warnings`
 
 error: `assert!(false)` should probably be replaced
   --> $DIR/assertions_on_constants.rs:11:5