privacy-scaling-explorations / zkevm-circuits

https://privacy-scaling-explorations.github.io/zkevm-circuits/
Other
818 stars 854 forks source link

Remove mod.rs files #1774

Closed curryrasul closed 7 months ago

curryrasul commented 7 months ago

Description

Refactor the module system to be the same within a project

Type of change

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