Improvements prompted by clippy, and disable one lint
Compare changes
Files
6+ 3
− 1
@@ -122,6 +122,8 @@ pub mod process;
@@ -267,7 +269,7 @@ pub fn main_main() -> Result<()> {
Improvements prompted by current nightly's clippy.
Also disable one lint which I think is in rather poor taste.