diff options
| author | romir kulshrestha <romir.kulshrestha@gmail.com> | 2026-03-04 19:02:53 +0100 |
|---|---|---|
| committer | romir kulshrestha <romir.kulshrestha@gmail.com> | 2026-03-04 19:02:53 +0100 |
| commit | 0ab2106660280050f5b527ca58c5d673a43980d6 (patch) | |
| tree | b1705255e4c00142db14fd819f81c2aff25270ce /oryxc/src/main.rs | |
| parent | c6789ab3e29d33230da090fe7d8175d9210fa7ab (diff) | |
idio(ma)tic
Diffstat (limited to 'oryxc/src/main.rs')
| -rw-r--r-- | oryxc/src/main.rs | 4 |
1 files changed, 2 insertions, 2 deletions
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); |