lang: fix main

This commit is contained in:
Schrottkatze 2024-04-24 11:09:48 +02:00
parent 381ab45edc
commit 06c9094227
Signed by: schrottkatze
SSH key fingerprint: SHA256:hXb3t1vINBFCiDCmhRABHX5ocdbLiKyCdKI4HK2Rbbc

View file

@ -1,10 +1,7 @@
use clap::Parser;
use std::{fs, path::PathBuf};
use lang::parser::{
parser::{self, grammar, input, output::Output},
syntax_kind,
};
use lang::parser::{self, grammar, input, output::Output, syntax_kind};
#[derive(Parser)]
struct Args {