rustdoc: Fix StackingContextFragment error (#31625)

This commit is contained in:
Oluwatobi Sofela 2024-03-12 17:25:26 +01:00 committed by GitHub
parent da609076c3
commit 59d89c8267
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -93,13 +93,13 @@ impl DisplayList {
pub(crate) struct DisplayListBuilder<'a> {
/// The current [ScrollTreeNodeId] for this [DisplayListBuilder]. This
/// allows only passing the builder instead passing the containing
/// [stacking_context::StackingContextFragment] as an argument to display
/// [stacking_context::StackingContextContent::Fragment] as an argument to display
/// list building functions.
current_scroll_node_id: ScrollTreeNodeId,
/// The current [wr::ClipId] for this [DisplayListBuilder]. This allows
/// only passing the builder instead passing the containing
/// [stacking_context::StackingContextFragment] as an argument to display
/// [stacking_context::StackingContextContent::Fragment] as an argument to display
/// list building functions.
current_clip_chain_id: ClipChainId,