Skip to content

Commit 42f18a7

Browse files
committed
style: fix minor linting issue
1 parent 46a5462 commit 42f18a7

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/lib.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -254,8 +254,6 @@ pub fn install_artifact(artifact_name: &String, store: &Store) -> Result<()> {
254254

255255
#[cfg(feature = "decoding")]
256256
fn resolve_repo_path(store: &Store, path: &String) -> Result<PathBuf> {
257-
use core::error;
258-
259257
if store.cache_path.join(path).exists() {
260258
return Ok(store.cache_path.join(path));
261259
}

0 commit comments

Comments
 (0)