mirror of
https://github.com/tonarino/innernet.git
synced 2025-01-24 05:16:32 +02:00
eb90cc53a5
* Tidy code a bit thanks to clippy Clippy 1.54 newly detects some redundant constructs, that's nice. sort_unstable() should yield exact same results as sort() for `Vec<&str>` and could be faster, clippy says. * Add clippy to CI