Skip to content

Commit

Permalink
removed comments
Browse files Browse the repository at this point in the history
  • Loading branch information
lukewarmtemp committed Jul 27, 2023
1 parent 9f30ad5 commit 5d98b69
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/src/container/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -279,10 +279,6 @@ pub struct ManifestDiff<'a> {
pub added_size: u64,
}

/// Struct to export the manifest diff
#[derive(Debug)]
pub struct ExportedManifestDiff {}

impl<'a> ManifestDiff<'a> {
/// Compute the layer difference between two OCI image manifests.
pub fn new(
Expand Down

0 comments on commit 5d98b69

Please sign in to comment.