Searched refs:feb_opt (Results 1 – 1 of 1) sorted by relevance
1460 let feb_opt = Month::from_u64(2); in test_month_enum_primitive_parse() localVariable1464 assert_eq!(feb_opt, Some(Month::February)); in test_month_enum_primitive_parse()