Improve help and make binary a primitive

This commit is contained in:
Jonathan Turner
2019-09-13 06:29:16 +12:00
parent 53cfa09cd2
commit 189877e4dd
17 changed files with 140 additions and 70 deletions

View File

@ -35,11 +35,6 @@ impl RenderView for GenericView<'_> {
view.render_view(host)?;
Ok(())
}
Value::Binary(_) => {
host.stdout("<Binary>");
Ok(())
}
}
}
}