From 0a41844cc4e645e87fe48aa31ed3a4fd40a6ab11 Mon Sep 17 00:00:00 2001 From: Laurenz Date: Mon, 7 Nov 2022 14:30:50 +0100 Subject: Selectors --- library/src/structure/reference.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'library/src/structure/reference.rs') diff --git a/library/src/structure/reference.rs b/library/src/structure/reference.rs index 18f4eecb..7004f49e 100644 --- a/library/src/structure/reference.rs +++ b/library/src/structure/reference.rs @@ -20,7 +20,7 @@ impl RefNode { } impl Show for RefNode { - fn unguard_parts(&self, _: Selector) -> Content { + fn unguard_parts(&self, _: RecipeId) -> Content { Self(self.0.clone()).pack() } -- cgit v1.2.3