Fix warnings
This commit is contained in:
parent
70afc06666
commit
1ecc51f035
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ use sha2::{Digest, Sha256};
|
||||||
use similar::{ChangeTag, TextDiff};
|
use similar::{ChangeTag, TextDiff};
|
||||||
use std::{
|
use std::{
|
||||||
cell::RefCell,
|
cell::RefCell,
|
||||||
cmp::{self, Ordering, Reverse},
|
cmp::{self, Ordering},
|
||||||
convert::TryInto,
|
convert::TryInto,
|
||||||
ffi::OsString,
|
ffi::OsString,
|
||||||
hash::Hash,
|
hash::Hash,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue