mirror of
https://github.com/lune-org/lune.git
synced 2024-12-12 13:00:37 +00:00
Remove another old TODO
This commit is contained in:
parent
f549b98925
commit
dc8206d9fd
1 changed files with 0 additions and 1 deletions
|
@ -112,7 +112,6 @@ pub fn pretty_format_value(
|
|||
depth: usize,
|
||||
) -> anyhow::Result<()> {
|
||||
// TODO: Handle tables with cyclic references
|
||||
// TODO: Handle other types like function, userdata, ...
|
||||
match &value {
|
||||
LuaValue::Nil => write!(buffer, "nil")?,
|
||||
LuaValue::Boolean(true) => write!(buffer, "{COLOR_YELLOW}true{COLOR_RESET}")?,
|
||||
|
|
Loading…
Reference in a new issue