mirror of
https://github.com/OMGeeky/confique.git
synced 2026-01-08 20:47:04 +01:00
Add handling of nested configuration types via #[config(child)]
This commit is contained in:
@@ -31,7 +31,7 @@ pub enum Error {
|
||||
/// Returned by `Config::from_partial` when the partial does not contain
|
||||
/// values for all required configuration values. The string is a
|
||||
/// human-readable path to the value, e.g. `http.port`.
|
||||
MissingValue(&'static str),
|
||||
MissingValue(String),
|
||||
}
|
||||
|
||||
impl std::error::Error for Error {}
|
||||
|
||||
Reference in New Issue
Block a user