Skip to content
This repository has been archived by the owner on Jul 5, 2024. It is now read-only.

Commit

Permalink
Remove mod.rs files (#1774)
Browse files Browse the repository at this point in the history
### Description

Refactor the module system to be the same within a project

### Type of change

- [X] Refactor (no updates to logic)

### Rationale

We use two different ways to address the module system - without
`mod.rs` (only with directories/files) and with `mod.rs` in some places.
Unless there's a specific reason for that - one OR the other must be
used.
I refactored the code and removed `mod.rs` files.

### How Has This Been Tested?

I did `cargo build --release`
  • Loading branch information
curryrasul authored Feb 21, 2024
1 parent bc1bdae commit 26cd21b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 0 deletions.

0 comments on commit 26cd21b

Please sign in to comment.