Added one last feature flag

This commit is contained in:
kinire98 2024-02-09 18:07:54 +01:00
parent 95e21db6e9
commit d0dbdad856
1 changed files with 1 additions and 0 deletions

View File

@ -393,6 +393,7 @@ where
/// Ok(()) /// Ok(())
/// } /// }
/// ``` /// ```
#[cfg(any(feature = "async-std", feature = "tokio"))]
pub async fn reflink_hash<P, Q>(cache: P, sri: &Integrity, to: Q) -> Result<()> pub async fn reflink_hash<P, Q>(cache: P, sri: &Integrity, to: Q) -> Result<()>
where where
P: AsRef<Path>, P: AsRef<Path>,