chore: Rust 1.89 linting

#![allow(clippy::collapsible_if)] used, due to Zigbuild version @ 1.87.0
This commit is contained in:
Jack Wills
2025-08-14 23:51:38 +00:00
parent cfda2ee57d
commit 79d19ceeb8
4 changed files with 15 additions and 13 deletions
+2
View File
@@ -1,3 +1,5 @@
#![allow(clippy::collapsible_if)]
use app_data::AppData;
use app_error::AppError;
use bollard::{API_DEFAULT_VERSION, Docker};