Remove pub from HoursMinutes struct
This commit is contained in:
parent
2abed40946
commit
e0f4e003d2
@ -140,7 +140,7 @@ pub const Sign = enum(u1) {
|
||||
negative,
|
||||
};
|
||||
|
||||
pub const HoursMinutes = struct {
|
||||
const HoursMinutes = struct {
|
||||
hours: u4,
|
||||
minutes: ?u6,
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user