]> git.lizzy.rs Git - rust.git/blobdiff - tests/ui-toml/fn_params_excessive_bools/test.stderr
Add size_of_ref lint
[rust.git] / tests / ui-toml / fn_params_excessive_bools / test.stderr
index d05adc3d36e3350d97cc31a27c3704321af0b254..87bdb61c6a5e79c5949e4479a3d7e0f16da00032 100644 (file)
@@ -4,8 +4,8 @@ error: more than 1 bools in function parameters
 LL | fn g(_: bool, _: bool) {}
    | ^^^^^^^^^^^^^^^^^^^^^^^^^
    |
-   = note: `-D clippy::fn-params-excessive-bools` implied by `-D warnings`
    = help: consider refactoring bools into two-variant enums
+   = note: `-D clippy::fn-params-excessive-bools` implied by `-D warnings`
 
 error: aborting due to previous error