Skip to content

Commit b9eea01

Browse files
committed
chore: Add doc comment to ImageSelector struct
1 parent 5729c95 commit b9eea01

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

rust/boil/src/core/image.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ pub enum ParseImageSelectorError {
2626
AbsolutePath,
2727
}
2828

29+
/// Represents an image selector (`<NAME>=<VERSION>[,<VERSION>...]`) used as a CLI argument.
2930
#[derive(Clone, Debug)]
3031
pub struct ImageSelector {
3132
pub name: String,

0 commit comments

Comments
 (0)