Skip to content

Commit

Permalink
Added one last feature flag
Browse files Browse the repository at this point in the history
  • Loading branch information
kinire98 committed Feb 9, 2024
1 parent 95e21db commit d0dbdad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/get.rs
Original file line number Diff line number Diff line change
Expand Up @@ -393,6 +393,7 @@ where
/// Ok(())
/// }
/// ```
#[cfg(any(feature = "async-std", feature = "tokio"))]
pub async fn reflink_hash<P, Q>(cache: P, sri: &Integrity, to: Q) -> Result<()>
where
P: AsRef<Path>,
Expand Down

0 comments on commit d0dbdad

Please sign in to comment.