[code] better error handling and show available netdevs on some errors

This commit is contained in:
2025-03-14 01:09:03 +01:00
parent 3963bce64e
commit a03a679f71
3 changed files with 79 additions and 9 deletions

View File

@@ -7,6 +7,7 @@ edition = "2024"
unsafe_code = "forbid"
[lints.clippy]
redundant_closure_for_method_calls = "allow"
similar_names = "allow"
pedantic = { level = "warn", priority = -1 }