From 2c7e2eb87a12aaf4b25ddc5abb0bbf8c311b7b86 Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Sun, 13 Aug 2023 21:50:49 +0200 Subject: [PATCH] fmt --- tests/integration_tests.rs | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/tests/integration_tests.rs b/tests/integration_tests.rs index 9137a97..1cf4209 100644 --- a/tests/integration_tests.rs +++ b/tests/integration_tests.rs @@ -59,7 +59,13 @@ struct Position { fn test_str_fragments<'a, F, T>(parser: F, input: T, positions: Vec) where F: Fn(LocatedSpan) -> IResult, Vec>>, - T: InputLength + Slice> + Slice + Debug + PartialEq + AsBytes + RewindableFragment, + T: InputLength + + Slice> + + Slice + + Debug + + PartialEq + + AsBytes + + RewindableFragment, { let res = parser(LocatedSpan::new(input.slice(..))) .map_err(|err| {