Skip to content

Commit

Permalink
Merge pull request #195 from musaprg/fix-clippy-error
Browse files Browse the repository at this point in the history
Fix invalid format of comments
  • Loading branch information
saschagrunert authored Aug 14, 2024
2 parents 4b76c2e + c1fa90d commit ed45ec5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/image/manifest.rs
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ pub struct ImageManifest {
/// config. Implementations MUST support at least the following
/// media types:
/// - application/vnd.oci.image.config.v1+json
///
/// Manifests concerned with portability SHOULD use one of the above
/// media types.
#[getset(get = "pub", set = "pub")]
Expand Down

0 comments on commit ed45ec5

Please sign in to comment.