Fix warnings

This commit is contained in:
Antonio Scandurra 2022-06-06 16:23:49 +02:00
parent 70afc06666
commit 1ecc51f035

View file

@ -36,7 +36,7 @@ use sha2::{Digest, Sha256};
use similar::{ChangeTag, TextDiff};
use std::{
cell::RefCell,
cmp::{self, Ordering, Reverse},
cmp::{self, Ordering},
convert::TryInto,
ffi::OsString,
hash::Hash,