]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/lint/issue-83477.rs
Rollup merge of #87180 - notriddle:notriddle/sidebar-keyboard-mobile, r=GuillaumeGomez
[rust.git] / src / test / ui / lint / issue-83477.rs
index ab62f0c8b8c897bcc37e586d4df23f4533c24a1c..4262a28799db26ac412e30a243e34c9a7824d82e 100644 (file)
@@ -12,6 +12,5 @@
 //~| SUGGESTION rustc::default_hash_types
 fn main() {
     let _ = std::collections::HashMap::<String, String>::new();
-    //~^ WARN Prefer FxHashMap over HashMap, it has better performance
-    //~| HELP use
+    //~^ WARN prefer `FxHashMap` over `HashMap`, it has better performance
 }