Skip to content

Commit

Permalink
Merge pull request #118 from ariel-miculas/fix_build_with_latest_nightly
Browse files Browse the repository at this point in the history
Fix unused import error reported by the latest rustc
  • Loading branch information
hallyn authored Oct 30, 2023
2 parents c2a8c76 + 5c97be6 commit 2e43a0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion puzzlefs-lib/src/oci/descriptor.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
use serde::{Deserialize, Serialize};
use std::collections::HashMap;

pub use crate::format::{Digest, SHA256_BLOCK_SIZE};
pub use crate::format::Digest;

const NAME_ANNOTATION: &str = "org.opencontainers.image.ref.name";

Expand Down

0 comments on commit 2e43a0e

Please sign in to comment.