diff --git a/crates/gpui/src/elements/stack.rs b/crates/gpui/src/elements/stack.rs index 188f7012d4..348a9b4a3b 100644 --- a/crates/gpui/src/elements/stack.rs +++ b/crates/gpui/src/elements/stack.rs @@ -3,7 +3,7 @@ use std::ops::Range; use crate::{ geometry::{rect::RectF, vector::Vector2F}, json::{self, json, ToJson}, - Element, AnyElement, SceneBuilder, SizeConstraint, View, ViewContext, + AnyElement, Element, SceneBuilder, SizeConstraint, View, ViewContext, }; /// Element which renders it's children in a stack on top of each other. diff --git a/crates/recent_projects/src/highlighted_workspace_location.rs b/crates/recent_projects/src/highlighted_workspace_location.rs index 6d056d100a..d3ecfb74fb 100644 --- a/crates/recent_projects/src/highlighted_workspace_location.rs +++ b/crates/recent_projects/src/highlighted_workspace_location.rs @@ -3,7 +3,7 @@ use std::path::Path; use fuzzy::StringMatch; use gpui::{ elements::{Label, LabelStyle}, - Element, AnyElement, View, + AnyElement, Element, View, }; use workspace::WorkspaceLocation;