summaryrefslogtreecommitdiff
path: root/library/src/structure/reference.rs
diff options
context:
space:
mode:
Diffstat (limited to 'library/src/structure/reference.rs')
-rw-r--r--library/src/structure/reference.rs2
1 files changed, 1 insertions, 1 deletions
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()
}