From 2a39daefdb10c6d9026cf0320f8574526aae01a8 Mon Sep 17 00:00:00 2001 From: Tyler K Date: Tue, 29 Oct 2024 12:54:20 -0700 Subject: [PATCH] Useless comment --- tool/src/demo_gen/terminus.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/tool/src/demo_gen/terminus.rs b/tool/src/demo_gen/terminus.rs index 65352fb8d..46b9fdba3 100644 --- a/tool/src/demo_gen/terminus.rs +++ b/tool/src/demo_gen/terminus.rs @@ -260,7 +260,6 @@ impl<'ctx, 'tcx> RenderTerminusContext<'ctx, 'tcx> { self.terminus_info.out_params.push(out_param); let param_info = ParamInfo { - // Grab arguments without having to name them js: p, };