Skip to content

Commit

Permalink
Merge pull request #235 from jeckersb/fix-doc-comment-warning
Browse files Browse the repository at this point in the history
status: fix warning for unused doc comment
  • Loading branch information
cgwalters committed Dec 19, 2023
2 parents f194c46 + 80e1739 commit 3eb0a39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/status.rs
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ impl From<ImageReference> for OstreeImageReference {
Self {
sigverify,
imgref: ostree_container::ImageReference {
/// SAFETY: We validated the schema in kube-rs
// SAFETY: We validated the schema in kube-rs
transport: img.transport.as_str().try_into().unwrap(),
name: img.image,
},
Expand Down

0 comments on commit 3eb0a39

Please sign in to comment.