CataMark

Results 1 issues of CataMark

The following panics by default: ``` pub fn set_number_format_id(&mut self, value: u32) -> &mut Self { self.format_code = FILL_BUILT_IN_FORMAT_CODES .iter() .find_map(|(key, val)| { if key == &value { Some(val.clone()) }...