Skip to content

Commit

Permalink
chore: Use mod.rs instead slef-named modules
Browse files Browse the repository at this point in the history
  • Loading branch information
tombh committed Dec 21, 2022
1 parent 2c6950c commit 00042a8
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
clippy::std_instead_of_core,
// TODO: But I think the mod.rs is more conventional — @tombh
clippy::self_named_module_files,
clippy::mod_module_files,
// Although performance is of course important for this application, it is not currently
// such that it would benefit from explicit inline suggestions. Besides, not specifying
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 00042a8

Please sign in to comment.