From c6789ab3e29d33230da090fe7d8175d9210fa7ab Mon Sep 17 00:00:00 2001 From: romir kulshrestha Date: Wed, 4 Mar 2026 18:23:43 +0100 Subject: less retarded cli args --- oryxc/src/parser.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'oryxc/src/parser.rs') diff --git a/oryxc/src/parser.rs b/oryxc/src/parser.rs index a623d3e..193428b 100644 --- a/oryxc/src/parser.rs +++ b/oryxc/src/parser.rs @@ -825,7 +825,7 @@ impl<'a> Parser<'a> { p.extra_data.push(*x); } /* FIXME: Missing LHS, and doesn’t conform to the - * description at the definition of AstType */ + * description at the definition of AstType */ return Ok(p.new_node(AstNode { kind: AstType::FunCall, tok, -- cgit v1.2.3