Skip to content

Commit ae77ce6

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 f4c1193 commit ae77ce6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib.rs

+1
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)