From 0ab2106660280050f5b527ca58c5d673a43980d6 Mon Sep 17 00:00:00 2001 From: romir kulshrestha Date: Wed, 4 Mar 2026 19:02:53 +0100 Subject: idio(ma)tic --- oryxc/src/main.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'oryxc/src/main.rs') diff --git a/oryxc/src/main.rs b/oryxc/src/main.rs index ed7c550..b5c63cf 100644 --- a/oryxc/src/main.rs +++ b/oryxc/src/main.rs @@ -55,10 +55,10 @@ fn main() { } let flags = Flags { - debug_lexer: args.debug_lexer, + debug_lexer: args.debug_lexer, debug_parser: args.debug_parser, threads, - error_style: args.error_style, + error_style: args.error_style, }; let _ = errors::ERROR_STYLE.set(flags.error_style); -- cgit v1.2.3