]> git.lizzy.rs Git - rust.git/blobdiff - src/tools/clippy/tests/ui/default_numeric_fallback_f64.rs
Merge commit '984330a6ee3c4d15626685d6dc8b7b759ff630bd' into clippyup
[rust.git] / src / tools / clippy / tests / ui / default_numeric_fallback_f64.rs
index e9687777bbd0bed95d74767187deb9566e5e8167..50bbb6eec6c700fdbdb7a54051e48c21715b0dbd 100644 (file)
@@ -134,7 +134,7 @@ fn test() {
 }
 
 mod method_calls {
-    struct StructForMethodCallTest {}
+    struct StructForMethodCallTest;
 
     impl StructForMethodCallTest {
         fn concrete_arg(&self, f: f64) {}