Rename config::config to config::config_v1
To prevent module inception, which was a clippy warning. Signed-off-by: Jacob Kiers <code@kiers.eu>
This commit is contained in:
parent
97b4bf6bbe
commit
6284870059
@ -1,3 +1,3 @@
|
||||
mod config;
|
||||
pub(crate) use config::ConfigV1;
|
||||
pub(crate) use config::ParsedConfigV1;
|
||||
mod config_v1;
|
||||
pub(crate) use config_v1::ConfigV1;
|
||||
pub(crate) use config_v1::ParsedConfigV1;
|
||||
|
Loading…
Reference in New Issue
Block a user