Skip to content
Snippets Groups Projects
Verified Commit ddc0267e authored by Eduardo Trujillo's avatar Eduardo Trujillo
Browse files

refactor(config): Render non-debug errors for figment::Error

parent 2524115f
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,7 @@ pub enum ConfigError {
/// None of the provided paths were valid configuration files.
#[error("None of the provided paths were valid configuration files.")]
NoValidPath,
#[error("Unable to extract config from providers: {source:?}")]
#[error("Unable to extract config from providers: {source}")]
ExtractConfig {
#[from]
source: figment::Error,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment