rust/hg-core/src/config.rs
changeset 46598 bc08c2331f99
parent 46483 2845892dd489
child 46602 a687a7f27951
--- 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};