Add: finish() to Runnable

This commit is contained in:
Shunsuke Shibayama 2022-08-12 12:58:41 +09:00
parent 2c24f4377a
commit f701fc5194
5 changed files with 27 additions and 0 deletions

View file

@ -253,6 +253,9 @@ impl Runnable for ParserRunner {
#[inline]
fn start_message(&self) -> String { format!("Erg parser {} {}\n", SEMVER, &*BUILD_INFO) }
#[inline]
fn finish(&mut self) {}
#[inline]
fn clear(&mut self) {}