Skip to content

Commit

Permalink
chore: Use consistent module folder structure.
Browse files Browse the repository at this point in the history
Over time we'd grown a mix of two styles of defining modules with their own
children. Some were done with a `<module_name>.rs` file at the top of the `src`
folder and a `<module_name>/` folder as well, others used the
`<module_name>/mod.rs` pattern instead.

Over time I've come to prefer the `mod.rs` style, and this commit moves the
`hipcheck` crate over to it. Mostly this is about consistency, making it easy
to find things we need, more than anything else.

Signed-off-by: Andrew Lilley Brinker <[email protected]>
  • Loading branch information
alilleybrinker committed Aug 28, 2024
1 parent 97bdc55 commit fc941b2
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 0 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit fc941b2

Please sign in to comment.