Skip to content

Commit

Permalink
allow module inception for energy supply submodule to maintain hierar…
Browse files Browse the repository at this point in the history
…chy parity with origin project
  • Loading branch information
shieldo committed Apr 26, 2024
1 parent 6a88b1a commit a22df8e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/energy_supply/mod.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
pub mod elec_battery;
#[allow(module_inception)]
pub mod energy_supply;
pub mod pv;

0 comments on commit a22df8e

Please sign in to comment.