mirror of
https://codeberg.org/unspeaker/tengri.git
synced 2025-12-06 11:46:42 +01:00
dsl: don't eat error
This commit is contained in:
parent
b45ac8f417
commit
663efede64
1 changed files with 1 additions and 2 deletions
|
|
@ -199,8 +199,7 @@ impl<'source> std::fmt::Display for Value<'source> {
|
||||||
Key(s) => format!("{s}"),
|
Key(s) => format!("{s}"),
|
||||||
Str(s) => format!("{s}"),
|
Str(s) => format!("{s}"),
|
||||||
Exp(_, e) => format!("{e:?}"),
|
Exp(_, e) => format!("{e:?}"),
|
||||||
});
|
})
|
||||||
Ok(())
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue