mirror of
https://github.com/zed-industries/zed.git
synced 2025-02-03 08:54:04 +00:00
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 std::{
|
||||
cell::RefCell,
|
||||
cmp::{self, Ordering, Reverse},
|
||||
cmp::{self, Ordering},
|
||||
convert::TryInto,
|
||||
ffi::OsString,
|
||||
hash::Hash,
|
||||
|
|
Loading…
Reference in a new issue