Skip to content

Commit

Permalink
status: fix warning for unused doc comment
Browse files Browse the repository at this point in the history
rustdoc does not generate documentation for expression fields
  • Loading branch information
jeckersb committed Dec 18, 2023
1 parent 8dc32a3 commit 9235053
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 @@ -64,7 +64,7 @@ impl From<ImageReference> for OstreeImageReference {
Self {
sigverify: img.signature.into(),
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 9235053

Please sign in to comment.