]> git.lizzy.rs Git - rust.git/blobdiff - src/tools/clippy/clippy_lints/src/module_style.rs
Rollup merge of #90995 - the8472:hash-portability, r=dtolnay
[rust.git] / src / tools / clippy / clippy_lints / src / module_style.rs
index f351d0098b7509cf6abdddfef53c21a29cc7a663..d41b54745649958de717e61f6d395bfbce0e62e5 100644 (file)
@@ -106,7 +106,7 @@ fn check_crate(&mut self, cx: &EarlyContext<'_>, _: &ast::Crate) {
                     }
                     process_paths_for_mod_files(path, &mut folder_segments, &mut mod_folders);
                     check_self_named_mod_exists(cx, path, file);
-                }
+                },
                 _ => {},
             }
         }