Greg V 909a174957 fix build on nightly rust
error[E0106]: missing lifetime specifier
  --> base/time.rs:26:68
   |
26 | fn fixed_len_num<'a>(len: usize) -> impl FnMut(&'a str) -> IResult<&'a str, i32> {
   |                                                                    ^ expected named lifetime parameter
   |
   = help: this function's return type contains a borrowed value with an elided lifetime, but the lifetime cannot be derived from the arguments
help: consider using the `'a` lifetime
2022-05-01 14:34:38 -07:00
..
2022-03-08 11:24:44 -08:00
2021-09-23 16:33:29 -07:00
2021-09-23 16:33:29 -07:00
2021-09-23 16:33:29 -07:00
2022-05-01 14:34:38 -07:00