try to use pool str instead of arena

This commit is contained in:
rvcas 2021-02-09 09:45:12 -05:00
parent b9cfe985ee
commit 36e3b5d556
5 changed files with 18 additions and 40 deletions

View file

@ -305,7 +305,7 @@ fn run_event_loop(file_path_opt: Option<&Path>) -> Result<(), Box<dyn Error>> {
.unwrap();
render::render_expr2(
&arena,
&mut env,
&size,
&expr2,
CODE_TXT_XY.into(),