chore: clear warnings

This commit is contained in:
2025-07-06 20:07:51 +02:00
parent 0b098b25ba
commit 1323736724
6 changed files with 5 additions and 10 deletions

View File

@@ -36,7 +36,7 @@ impl UserFuzzyFind {
let output = chosen_item.output();
let chosen_ssh_item = items
.from_choice(&output) // Cow, str, String
.get_choice(&output) // Cow, str, String
.expect("always find an ssh item from a choice");
tracing::debug!("the user chose item: {chosen_ssh_item:#?}");