minus icon indicating copy to clipboard operation
minus copied to clipboard

Fix various lints

Open academician opened this issue 4 months ago • 1 comments

Before making another possible change, I tried running just verify-all which revealed a bunch of failing lints. Many of these are because the repo uses clippy::pedantic.

I attempted to stick to Conventional Commits, but as I'm not used to it please let me know if I missed the mark!

The only change to a public api among these commits (detected by cargo-public-api) is the change to screen::Screen::formatted_lines_count qualifying it as const.

academician avatar Oct 24 '25 22:10 academician

Apologies, just noticed there was a CI failure because of a couple more lints I didn't fix. Not sure why they didn't show up before, but should be fixed now.

academician avatar Nov 10 '25 20:11 academician