X-Git-Url: http://git.scottworley.com/tablify/blobdiff_plain/156f8d37e7451b5f31f02f32b0f0eb07df8c3954..03b61def1a7e9d1c4dd09d1ffaf5558658afd661:/src/lib.rs diff --git a/src/lib.rs b/src/lib.rs index e199470..4773b88 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -207,9 +207,7 @@ impl<'cfg, Input: Iterator>> Reader<'cfg, } } } -impl<'cfg, Input: Iterator>> Iterator - for Reader<'cfg, Input> -{ +impl>> Iterator for Reader<'_, Input> { type Item = Result; fn next(&mut self) -> Option { loop {