Fix some of the things current Clippy complains about (#2363)

This commit is contained in:
Adam Reichold
2024-04-16 04:27:06 +02:00
committed by GitHub
parent b493743f8d
commit 4708171a32
6 changed files with 13 additions and 16 deletions

View File

@@ -1,6 +1,5 @@
use std::io::{self, Write};
use std::ops::Range;
use std::usize;
use merge::ValueMerger;