BenWiederhake / splaycompress

Compression utility using Splay Trees, named ".jan" after Robert Tarjan, to enable the file extension ".tar.jan".
MIT License
3 stars 1 forks source link

Fix clippy warnings #10

Open BenWiederhake opened 3 days ago

BenWiederhake commented 3 days ago

Note that some other, false-positive clippy warnings are ignored, particularly about constant-folding, constant-reduction, and simplifying 'assert_eq!()' with boolean. These should probably be annotated, but I'm too lazy for that.

Ping @KiARC, in case you're interested?