mirror of
https://github.com/chronotope/chrono.git
synced 2025-10-02 15:26:12 +00:00
Rust issue #22255 is no longer relevant
This commit is contained in:
parent
26d03c9f50
commit
ee3d61b179
@ -570,7 +570,6 @@ mod tests {
|
||||
use crate::format::Item::{Literal, Space};
|
||||
use crate::format::Numeric::*;
|
||||
|
||||
// workaround for Rust issue #22255
|
||||
fn parse_all(s: &str, items: &[Item]) -> ParseResult<Parsed> {
|
||||
let mut parsed = Parsed::new();
|
||||
parse(&mut parsed, s, items.iter())?;
|
||||
|
Loading…
x
Reference in New Issue
Block a user