Arif Driessen
Arif Driessen
Removes a redundant check for `is_punctuation_close`
Hello! [std has chunk_by](https://doc.rust-lang.org/stable/std/primitive.slice.html#method.chunk_by) and [so does itertools](https://docs.rs/itertools/latest/itertools/trait.Itertools.html#method.chunk_by) It seems to me, that the only difference is that std does not return the value of the functor, But I'm not...
Hi! Perfect little crate! But unfortunately this won't work: ```rs use struct_iterable::Iterable; #[derive(Iterable)] struct Foo src/lib.rs:4:8 | 4 | struct Foo