diff options
Diffstat (limited to 'library/src/layout/hide.rs')
| -rw-r--r-- | library/src/layout/hide.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/src/layout/hide.rs b/library/src/layout/hide.rs index 62628445..e939e6c3 100644 --- a/library/src/layout/hide.rs +++ b/library/src/layout/hide.rs @@ -23,7 +23,7 @@ pub struct HideNode { } impl Show for HideNode { - fn show(&self, _: &mut Vt, _: &Content, _: StyleChain) -> SourceResult<Content> { + fn show(&self, _: &mut Vt, _: StyleChain) -> SourceResult<Content> { Ok(self.body().styled(MetaNode::set_data(vec![Meta::Hidden]))) } } |
