Skip to content

Commit

Permalink
fix: Feature flag v1_api without file_io didn't compile (#944)
Browse files Browse the repository at this point in the history
  • Loading branch information
scouten-adobe authored Feb 25, 2025
1 parent 753f4a0 commit c7d584d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sdk/src/manifest_store_report.rs
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,6 @@ impl ManifestStoreReport {
}

/// Creates a ManifestStoreReport from an existing Store and a validation log
#[cfg(feature = "file_io")]
#[cfg(feature = "v1_api")]
pub(crate) fn from_store_with_log(
store: &Store,
Expand Down

0 comments on commit c7d584d

Please sign in to comment.