rewrite/grammar-implicit-whitespace
Raymon Zutekouw 3 years ago
parent 4f59df0cae
commit cbf6f026f6
  1. 1
      src/main.rs

@ -15,7 +15,6 @@ use pest::Parser;
#[grammar = "grammars/mblf.pest"] #[grammar = "grammars/mblf.pest"]
struct MblfParser; struct MblfParser;
#[derive(StructOpt)] #[derive(StructOpt)]
struct Cli { struct Cli {
#[structopt(parse(from_os_str))] #[structopt(parse(from_os_str))]

Loading…
Cancel
Save