fix review
This commit is contained in:
parent
5e71f4cb3f
commit
9db3f54ac3
1 changed files with 1 additions and 1 deletions
|
@ -1,9 +1,9 @@
|
||||||
|
use gpui::DefiniteLength;
|
||||||
use gpui::{
|
use gpui::{
|
||||||
FontStyle, FontWeight, HighlightStyle, SharedString, StrikethroughStyle, UnderlineStyle, px,
|
FontStyle, FontWeight, HighlightStyle, SharedString, StrikethroughStyle, UnderlineStyle, px,
|
||||||
};
|
};
|
||||||
use language::HighlightId;
|
use language::HighlightId;
|
||||||
use std::{fmt::Display, ops::Range, path::PathBuf};
|
use std::{fmt::Display, ops::Range, path::PathBuf};
|
||||||
use ui::DefiniteLength;
|
|
||||||
|
|
||||||
#[derive(Debug)]
|
#[derive(Debug)]
|
||||||
#[cfg_attr(test, derive(PartialEq))]
|
#[cfg_attr(test, derive(PartialEq))]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue