From e1f29d6cb9437a4afb2e4fc4ee10a5b8717ab9fa Mon Sep 17 00:00:00 2001 From: Laurenz Date: Tue, 22 Feb 2022 14:31:09 +0100 Subject: Rework the core context --- src/library/transform.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/library/transform.rs') diff --git a/src/library/transform.rs b/src/library/transform.rs index 84553fb5..897f3144 100644 --- a/src/library/transform.rs +++ b/src/library/transform.rs @@ -17,7 +17,7 @@ impl TransformNode { /// The origin of the transformation. pub const ORIGIN: Spec> = Spec::default(); - fn construct(_: &mut Vm, args: &mut Args) -> TypResult