mirror of
https://github.com/erg-lang/erg.git
synced 2025-09-29 12:24:45 +00:00
Add: finish() to Runnable
This commit is contained in:
parent
2c24f4377a
commit
f701fc5194
5 changed files with 27 additions and 0 deletions
|
@ -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) {}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue