Skip to content

Commit

Permalink
time: make Weekday public
Browse files Browse the repository at this point in the history
  • Loading branch information
bikallem committed Sep 16, 2024
1 parent 2a9368f commit f5d8a8f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion time/time.mbti
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,8 @@ impl PlainTime {
with_second(Self, Int) -> Self!
}

type Weekday
pub enum Weekday

impl Weekday {
op_equal(Self, Self) -> Bool
to_string(Self) -> String
Expand Down
2 changes: 1 addition & 1 deletion time/weekday.mbt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

enum Weekday {
pub enum Weekday {
Monday
Tuesday
Wednesday
Expand Down

0 comments on commit f5d8a8f

Please sign in to comment.