changeset 48733 | 39c447e03dbc |
parent 47404 | ebdef6283798 |
child 49512 | 6939d5ed20e0 |
--- a/rust/hg-core/src/config.rs Thu Feb 10 13:56:43 2022 +0100 +++ b/rust/hg-core/src/config.rs Thu Feb 10 12:59:32 2022 +0100 @@ -13,4 +13,4 @@ mod layer; mod values; pub use config::{Config, ConfigSource, ConfigValueParseError}; -pub use layer::{ConfigError, ConfigParseError}; +pub use layer::{ConfigError, ConfigOrigin, ConfigParseError};