--- a/rust/hg-core/src/config.rs Tue Feb 16 13:55:31 2021 +0100
+++ b/rust/hg-core/src/config.rs Tue Feb 16 15:22:20 2021 +0100
@@ -11,5 +11,5 @@
mod config;
mod layer;
-pub use config::Config;
+pub use config::{Config, ConfigValueParseError};
pub use layer::{ConfigError, ConfigParseError};