ratatui/tests
EdJoPaTo c12bcfefa2
refactor(non-src): apply pedantic lints (#976)
Fixes many not yet enabled lints (mostly pedantic) on everything that is
not the lib (examples, benchs, tests). Therefore, this is not containing
anything that can be a breaking change.

Lints are not enabled as that should be the job of #974. I created this
as a separate PR as its mostly independent and would only clutter up the
diff of #974 even more.

Also see
https://github.com/ratatui-org/ratatui/pull/974#discussion_r1506458743

---------

Co-authored-by: Josh McKinney <joshka@users.noreply.github.com>
2024-03-02 01:06:53 -08:00
..
backend_termion.rs feat(terminal)!: add inline viewport (#114) 2023-04-17 14:23:50 +02:00
border_macro.rs feat(border): add border! macro for easy bitflag manipulation (#11) 2023-05-21 15:26:39 -07:00
state_serde.rs refactor(non-src): apply pedantic lints (#976) 2024-03-02 01:06:53 -08:00
stylize.rs refactor(non-src): apply pedantic lints (#976) 2024-03-02 01:06:53 -08:00
terminal.rs feat: Add frame count (#766) 2024-01-08 03:51:53 -05:00
widgets_barchart.rs refactor(non-src): apply pedantic lints (#976) 2024-03-02 01:06:53 -08:00
widgets_block.rs refactor(non-src): apply pedantic lints (#976) 2024-03-02 01:06:53 -08:00
widgets_calendar.rs refactor(non-src): apply pedantic lints (#976) 2024-03-02 01:06:53 -08:00
widgets_canvas.rs chore: Minor lints, making Clippy happier (#189) 2023-05-21 20:45:37 -07:00
widgets_chart.rs refactor(non-src): apply pedantic lints (#976) 2024-03-02 01:06:53 -08:00
widgets_gauge.rs fix(gauge): fix gauge widget colors (#572) 2023-10-19 04:29:53 -07:00
widgets_list.rs refactor(non-src): apply pedantic lints (#976) 2024-03-02 01:06:53 -08:00
widgets_paragraph.rs refactor(non-src): apply pedantic lints (#976) 2024-03-02 01:06:53 -08:00
widgets_table.rs refactor(non-src): apply pedantic lints (#976) 2024-03-02 01:06:53 -08:00
widgets_tabs.rs feat(tabs): accept Iterators of Line in constructors (#776) 2024-01-10 17:16:44 -08:00