midir icon indicating copy to clipboard operation
midir copied to clipboard

Fix clippy warnings

Open barafael opened this issue 1 year ago • 0 comments

Building upon the changes #134 and #135, a bunch of new clippy lints surfaced.

I fixed all the default clippy lints and chose a good selection (according to me) of the lints in clippy::pedantic and clippy::nursery.

Many changes are very simple, such as using struct initializer shorthand or let-else instead of let-if-let.

Let me know what you think.

barafael avatar Jun 19 '23 21:06 barafael