diff options
Diffstat (limited to 'library/src/structure/reference.rs')
| -rw-r--r-- | library/src/structure/reference.rs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/library/src/structure/reference.rs b/library/src/structure/reference.rs index 7004f49e..4f672707 100644 --- a/library/src/structure/reference.rs +++ b/library/src/structure/reference.rs @@ -20,10 +20,6 @@ impl RefNode { } impl Show for RefNode { - fn unguard_parts(&self, _: RecipeId) -> Content { - Self(self.0.clone()).pack() - } - fn show(&self, _: Tracked<dyn World>, _: StyleChain) -> SourceResult<Content> { Ok(TextNode::packed(format_eco!("@{}", self.0))) } |
