fix review

This commit is contained in:
Remco Smits 2025-08-25 08:23:19 +02:00
parent 5e71f4cb3f
commit 9db3f54ac3

View file

@ -1,9 +1,9 @@
use gpui::DefiniteLength;
use gpui::{
FontStyle, FontWeight, HighlightStyle, SharedString, StrikethroughStyle, UnderlineStyle, px,
};
use language::HighlightId;
use std::{fmt::Display, ops::Range, path::PathBuf};
use ui::DefiniteLength;
#[derive(Debug)]
#[cfg_attr(test, derive(PartialEq))]