Skip to content

Commit 9fdb506

Browse files
update core warnings
1 parent e435b26 commit 9fdb506

3 files changed

Lines changed: 1 addition & 1 deletion

File tree

core/src/config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ impl Config {
3434
let config: Config = match toml::from_str(&content) {
3535
Ok(config) => config,
3636
Err(e) => {
37-
eprintln!("Failed to parse config file: {}", e);
37+
eprintln!("Failed to parse config file: {e}");
3838
process::exit(1);
3939
}
4040
};

target/debug/libmacutil_core.rlib

0 Bytes
Binary file not shown.

target/debug/macutil

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)