From 1937d746abf19a5c1142db546912dbed0e6711fb Mon Sep 17 00:00:00 2001 From: Laurenz Date: Fri, 18 Nov 2022 15:33:06 +0100 Subject: Show everything! --- library/src/structure/reference.rs | 4 ---- 1 file changed, 4 deletions(-) (limited to 'library/src/structure/reference.rs') 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, _: StyleChain) -> SourceResult { Ok(TextNode::packed(format_eco!("@{}", self.0))) } -- cgit v1.2.3