We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2d7d17 commit f61a192Copy full SHA for f61a192
rust/bear/src/bin/bear.rs
@@ -21,7 +21,7 @@ fn main() -> anyhow::Result<ExitCode> {
21
// Print the arguments.
22
log::debug!("Arguments: {:?}", arguments);
23
// Load the configuration.
24
- let configuration = config::Main::load(&arguments.config)?;
+ let configuration = config::Loader::load(&arguments.config)?;
25
log::debug!("Configuration: {:?}", configuration);
26
27
// Run the application.
0 commit comments