diff --git a/src/get.rs b/src/get.rs index 5c71fc6..b4f8101 100644 --- a/src/get.rs +++ b/src/get.rs @@ -404,12 +404,12 @@ where /// Hard links a cache entry by hash to a specified location. #[cfg(any(feature = "async-std", feature = "tokio"))] -pub async fn hard_link_hash
(cache: P, key: &Integrity, to: Q) -> Result<()> +pub async fn hard_link_hash
(cache: P, sri: &Integrity, to: Q) -> Result<()>
where
P: AsRef