mirror of
https://github.com/erg-lang/erg.git
synced 2025-10-02 21:44:34 +00:00
Add Dummy
marker
This commit is contained in:
parent
b8e575ea99
commit
46418987c1
2 changed files with 2 additions and 0 deletions
|
@ -1185,6 +1185,7 @@ pub struct Dummy(Vec<Expr>);
|
|||
|
||||
impl NestedDisplay for Dummy {
|
||||
fn fmt_nest(&self, f: &mut fmt::Formatter<'_>, level: usize) -> fmt::Result {
|
||||
writeln!(f, "Dummy:")?;
|
||||
fmt_lines(self.0.iter(), f, level)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue