cleanse warnings

This commit is contained in:
Keagan McClelland
2022-05-16 16:00:01 -06:00
parent fa777bbd63
commit b7e86bf556
7 changed files with 12 additions and 12 deletions

View File

@@ -4,12 +4,12 @@ use std::sync::atomic::{AtomicBool, Ordering};
use patch_db::{DbHandle, LockType};
use tracing::instrument;
use crate::context::RpcContext;
use crate::dependencies::{break_transitive, heal_transitive, DependencyError};
use crate::s9pk::manifest::PackageId;
use crate::status::health_check::{HealthCheckId, HealthCheckResult};
use crate::status::MainStatus;
use crate::Error;
use crate::{context::RpcContext, dependencies::BreakTransitiveReceipts};
#[instrument(skip(ctx, db))]
pub async fn check<Db: DbHandle>(