]> git.lizzy.rs Git - rust.git/blobdiff - src/tools/clippy/tests/ui/zero_sized_btreemap_values.stderr
Rollup merge of #102581 - jyn514:src-detection, r=Mark-Simulacrum
[rust.git] / src / tools / clippy / tests / ui / zero_sized_btreemap_values.stderr
index d924f33797d299ee73793255dcb8ab1e0ff6b3d4..c6ba6fa76f0577ebf289ea61ef64fc0962f85eda 100644 (file)
@@ -4,8 +4,8 @@ error: map with zero-sized value type
 LL | const CONST_NOT_OK: Option<BTreeMap<String, ()>> = None;
    |                            ^^^^^^^^^^^^^^^^^^^^
    |
-   = note: `-D clippy::zero-sized-map-values` implied by `-D warnings`
    = help: consider using a set instead
+   = note: `-D clippy::zero-sized-map-values` implied by `-D warnings`
 
 error: map with zero-sized value type
   --> $DIR/zero_sized_btreemap_values.rs:8:30