Home
last modified time | relevance | path

Searched refs:jan_opt (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/chrono/src/
Dlib.rs1459 let jan_opt = Month::from_u32(1); in test_month_enum_primitive_parse() localVariable
1463 assert_eq!(jan_opt, Some(Month::January)); in test_month_enum_primitive_parse()