Skip to content

Commit 9b4ab6d

Browse files
committed
Add doc comment to Metadata
1 parent 4eefbae commit 9b4ab6d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/output/metadata.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ fn get_git_hash() -> String {
2828
}
2929
}
3030

31+
/// Metadata about the program run, build and version information for MUSE and the user's system
3132
#[derive(Serialize)]
3233
struct Metadata<'a> {
3334
run: RunMetadata<'a>,

0 commit comments

Comments
 (0)