Skip to content

Commit f61a192

Browse files
committed
rust: config module partitioned for faster compile time
1 parent e2d7d17 commit f61a192

File tree

2 files changed

+556
-547
lines changed

2 files changed

+556
-547
lines changed

rust/bear/src/bin/bear.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ fn main() -> anyhow::Result<ExitCode> {
2121
// Print the arguments.
2222
log::debug!("Arguments: {:?}", arguments);
2323
// Load the configuration.
24-
let configuration = config::Main::load(&arguments.config)?;
24+
let configuration = config::Loader::load(&arguments.config)?;
2525
log::debug!("Configuration: {:?}", configuration);
2626

2727
// Run the application.

0 commit comments

Comments
 (0)