diff --git a/src/get.rs b/src/get.rs index 41b1f75..374a154 100644 --- a/src/get.rs +++ b/src/get.rs @@ -393,6 +393,7 @@ where /// Ok(()) /// } /// ``` +#[cfg(any(feature = "async-std", feature = "tokio"))] pub async fn reflink_hash(cache: P, sri: &Integrity, to: Q) -> Result<()> where P: AsRef,