Rust issue #22255 is no longer relevant

This commit is contained in:
Paul Dicker 2023-07-05 14:32:37 +02:00 committed by Dirkjan Ochtman
parent 26d03c9f50
commit ee3d61b179

View File

@ -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())?;