Skip to content

Commit f59ffc9

Browse files
Chen Rotem Levymatthiasbeyer
Chen Rotem Levy
authored andcommitted
Fix #99: expose file::source::FileSource
Signed-off-by: Matthias Beyer <[email protected]>
1 parent eae5d19 commit f59ffc9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ pub use crate::builder::{AsyncConfigBuilder, ConfigBuilder};
3737
pub use crate::config::Config;
3838
pub use crate::env::Environment;
3939
pub use crate::error::ConfigError;
40+
pub use crate::file::source::FileSource;
4041
pub use crate::file::{File, FileFormat, FileSourceFile, FileSourceString, FileStoredFormat};
4142
pub use crate::format::Format;
4243
pub use crate::map::Map;

0 commit comments

Comments
 (0)