-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Use consistent module folder structure.
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
1 parent
97bdc55
commit fc941b2
Showing
8 changed files
with
0 additions
and
0 deletions.