We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a042fee commit f7097a5Copy full SHA for f7097a5
float-pigment-layout/src/lib.rs
@@ -204,8 +204,7 @@ pub trait LayoutTreeVisitor<T: LayoutTreeNode> {
204
///
205
/// When `LayoutNode::mark_dirty` is called, some related nodes (e.g. the ancestors) are also marked dirty automatically.
206
/// These calls tells which nodes are marked dirty.
207
- fn dirty_marked(&self) {
208
- }
+ fn dirty_marked(&self) {}
209
}
210
211
/// The styles of a tree node.
0 commit comments