]> git.lizzy.rs Git - rust.git/blobdiff - src/tools/clippy/clippy_lints/src/write.rs
Rollup merge of #85760 - ChrisDenton:path-doc-platform-specific, r=m-ou-se
[rust.git] / src / tools / clippy / clippy_lints / src / write.rs
index d0e79efa70df59e4fad331974e3c24416b9395fb..5229a7058659c201ad361bbb112c4cd58ba379d3 100644 (file)
@@ -300,7 +300,7 @@ fn is_build_script(cx: &EarlyContext<'_>) -> bool {
                                 Applicability::MachineApplicable,
                             );
                         },
-                    )
+                    );
                 }
             }
         } else if mac.path == sym!(writeln) {