Skip to content

Commit

Permalink
fix: Feature flag v1_api without file_io didn't compile
Browse files Browse the repository at this point in the history
  • Loading branch information
scouten-adobe committed Feb 25, 2025
1 parent 91f24a9 commit 7a60a83
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 7a60a83

Please sign in to comment.