revert: expect lint

Expect lint was causing issues with crates/docker builds, revert until fix is found
This commit is contained in:
Jack Wills
2024-09-07 21:25:14 +00:00
parent a7139d7776
commit 578ed9f085
8 changed files with 20 additions and 20 deletions
+1 -1
View File
@@ -163,7 +163,7 @@ async fn main() {
}
#[cfg(test)]
#[expect(clippy::unwrap_used)]
#[allow(clippy::unwrap_used)]
mod tests {
use bollard::service::{ContainerSummary, Port};