rust/hg-core/src/config.rs
changeset 46602 a687a7f27951
parent 46598 bc08c2331f99
child 47404 ebdef6283798
--- a/rust/hg-core/src/config.rs	Tue Feb 16 13:08:37 2021 +0100
+++ b/rust/hg-core/src/config.rs	Wed Feb 17 20:24:04 2021 +0100
@@ -11,5 +11,6 @@
 
 mod config;
 mod layer;
+mod values;
 pub use config::{Config, ConfigValueParseError};
 pub use layer::{ConfigError, ConfigParseError};