Update ErgConfig and Runnable

This commit is contained in:
Shunsuke Shibayama 2022-09-16 02:21:04 +09:00
parent d7ffb211a8
commit d2ad7caaab
8 changed files with 42 additions and 26 deletions

View file

@ -178,8 +178,8 @@ impl Runnable for ParserRunner {
}
#[inline]
fn input(&self) -> &Input {
&self.cfg.input
fn cfg(&self) -> &ErgConfig {
&self.cfg
}
#[inline]