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

@@ -17,7 +17,7 @@ use crate::dependencies::{
use crate::error::ErrorCollection;
use crate::s9pk::manifest::{Manifest, PackageId};
use crate::util::{Apply, Version};
use crate::volume::{asset_dir, script_dir, PKG_VOLUME_DIR};
use crate::volume::{asset_dir, script_dir};
use crate::Error;
pub struct UpdateDependencyReceipts {