crates/rich_text/src/rich_text.rs 🔗
@@ -1,4 +1,3 @@
-use anyhow::bail;
use futures::FutureExt;
use gpui::{
AnyElement, ElementId, FontStyle, FontWeight, HighlightStyle, InteractiveText, IntoElement,
Mikayla created
crates/rich_text/src/rich_text.rs | 1 -
1 file changed, 1 deletion(-)
@@ -1,4 +1,3 @@
-use anyhow::bail;
use futures::FutureExt;
use gpui::{
AnyElement, ElementId, FontStyle, FontWeight, HighlightStyle, InteractiveText, IntoElement,