style: fix 2 clippy lint unless_vec & unused_io_amount (#751)

This commit is contained in:
SteveLauC
2024-03-24 11:24:39 +08:00
committed by GitHub
parent d50360a69a
commit f4e0258b09
2 changed files with 3 additions and 3 deletions

View File

@@ -477,7 +477,7 @@ impl ConfigFile {
let config_directory = config_directory();
let possible_config_paths = vec![
let possible_config_paths = [
config_directory.join("topgrade.toml"),
config_directory.join("topgrade/topgrade.toml"),
];