X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Ftools%2Fclippy%2Ftests%2Fui%2Fdefault_numeric_fallback_f64.rs;h=50bbb6eec6c700fdbdb7a54051e48c21715b0dbd;hb=515e2a2cda88e0213ab24dc97e75794eac42ebfe;hp=e9687777bbd0bed95d74767187deb9566e5e8167;hpb=998cfe5aad7c21eb19a4bca50f05a13354706970;p=rust.git diff --git a/src/tools/clippy/tests/ui/default_numeric_fallback_f64.rs b/src/tools/clippy/tests/ui/default_numeric_fallback_f64.rs index e9687777bbd..50bbb6eec6c 100644 --- a/src/tools/clippy/tests/ui/default_numeric_fallback_f64.rs +++ b/src/tools/clippy/tests/ui/default_numeric_fallback_f64.rs @@ -134,7 +134,7 @@ fn test() { } mod method_calls { - struct StructForMethodCallTest {} + struct StructForMethodCallTest; impl StructForMethodCallTest { fn concrete_arg(&self, f: f64) {}