Skip to content

Commit

Permalink
gpui: Update Window doc to let Code Action works.
Browse files Browse the repository at this point in the history
  • Loading branch information
huacnlee committed Feb 24, 2025
1 parent 4b3a2a3 commit 30156a3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions crates/gpui/src/window.rs
Original file line number Diff line number Diff line change
Expand Up @@ -593,8 +593,7 @@ impl Frame {
}
}

// Holds the state for a specific window.
#[doc(hidden)]
/// Holds the state for a specific window.
pub struct Window {
pub(crate) handle: AnyWindowHandle,
pub(crate) invalidator: WindowInvalidator,
Expand Down

0 comments on commit 30156a3

Please sign in to comment.