Remove some anyhow usages (#3962)

This commit is contained in:
Charlie Marsh 2024-06-01 16:11:23 -04:00 committed by GitHub
parent a70e33d947
commit 11324646cb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 19 additions and 15 deletions

View file

@ -1,7 +1,6 @@
use std::path::PathBuf;
use std::sync::Arc;
use anyhow::Result;
use tracing::debug;
use cache_key::RepositoryUrl;