]> git.lizzy.rs Git - rust.git/blobdiff - src/tools/clippy/tests/ui/wildcard_imports.fixed
Rollup merge of #89876 - AlexApps99:const_ops, r=oli-obk
[rust.git] / src / tools / clippy / tests / ui / wildcard_imports.fixed
index ee9c9045fff55940b42177b9eecef25bebe2b780..98bc1e80731ff3934643d2c565f70ad241ddd7f1 100644 (file)
@@ -230,4 +230,12 @@ mod super_imports {
             let _ = foofoo();
         }
     }
+
+    mod attestation_should_be_replaced {
+        use super::foofoo;
+
+        fn with_explicit() {
+            let _ = foofoo();
+        }
+    }
 }