Searched refs:jan_opt (Results 1 – 1 of 1) sorted by relevance
1459 let jan_opt = Month::from_u32(1); in test_month_enum_primitive_parse() localVariable1463 assert_eq!(jan_opt, Some(Month::January)); in test_month_enum_primitive_parse()