-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
By storing the header as its own member instead of a row. This simplifies the logic a bit (might even be a micro perf win), but more importantly will simplify inserting a `skipped` row between the header and the actual rows. Added a unittest to make sure we handle the header's width. As a bonus, newer clippy versions don't complain about needless_range_loop, so remove the `allow`.
- Loading branch information
1 parent
ba073ee
commit baeb512
Showing
1 changed file
with
68 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters