mirror of
https://github.com/OMGeeky/confique.git
synced 2026-01-21 02:42:02 +01:00
Fix compilation failure for --no-default-features
This commit is contained in:
@@ -9,9 +9,11 @@ mod builder;
|
||||
mod env;
|
||||
mod error;
|
||||
mod file;
|
||||
mod format;
|
||||
pub mod meta;
|
||||
|
||||
#[cfg(any(feature = "toml", feature = "yaml"))]
|
||||
mod format;
|
||||
|
||||
#[cfg(feature = "toml")]
|
||||
pub mod toml;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user