Merge branch 'main' of https://github.com/GreasySlug/erg into split-err-msg

This commit is contained in:
GreasySlug 2022-11-20 10:41:10 +09:00
commit ff24c62de1
31 changed files with 878 additions and 412 deletions

View file

@ -164,7 +164,7 @@ impl Parser {
}
}
#[derive(Debug)]
#[derive(Debug, Default)]
pub struct ParserRunner {
cfg: ErgConfig,
}