lang: fix main

This commit is contained in:
Schrottkatze 2024-04-24 11:09:48 +02:00
parent 381ab45edc
commit 06c9094227
No known key found for this signature in database

View file

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