fix: clippy fix (remove warnings)

This commit is contained in:
Karolin Varner
2025-08-03 15:33:05 +02:00
parent 3c0e167347
commit 335584b187
8 changed files with 12 additions and 15 deletions

View File

@@ -144,7 +144,7 @@ fn check_example_config() {
let tmp_dir = tempdir().unwrap();
let config_path = tmp_dir.path().join("config.toml");
let mut config_file = File::create(config_path.to_owned()).unwrap();
let mut config_file = File::create(&config_path).unwrap();
config_file
.write_all(