Delete unused imports
This commit is contained in:
parent
c2935056e8
commit
a93583065b
2 changed files with 1 additions and 5 deletions
|
@ -1,11 +1,8 @@
|
||||||
use std::{
|
use std::{
|
||||||
cmp,
|
|
||||||
fmt::{self, Debug},
|
fmt::{self, Debug},
|
||||||
ops::Range,
|
ops::Range,
|
||||||
};
|
};
|
||||||
|
|
||||||
use collections::BinaryHeap;
|
|
||||||
|
|
||||||
struct Matrix {
|
struct Matrix {
|
||||||
cells: Vec<isize>,
|
cells: Vec<isize>,
|
||||||
rows: usize,
|
rows: usize,
|
||||||
|
|
|
@ -7,8 +7,7 @@ use gpui::{
|
||||||
WeakViewHandle,
|
WeakViewHandle,
|
||||||
};
|
};
|
||||||
use menu::Confirm;
|
use menu::Confirm;
|
||||||
use similar::{Change, ChangeTag, TextDiff};
|
use std::{env, sync::Arc};
|
||||||
use std::{env, iter, ops::Range, sync::Arc};
|
|
||||||
use util::TryFutureExt;
|
use util::TryFutureExt;
|
||||||
use workspace::{Modal, Workspace};
|
use workspace::{Modal, Workspace};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue