Use &mut Any instead of &mut Box<Any>

This commit is contained in:
torkleyy
2017-12-20 21:52:26 +01:00
parent 348a680980
commit 71ebd0d4d1
3 changed files with 25 additions and 23 deletions

View File

@@ -41,6 +41,7 @@
needless_pass_by_value, too_many_arguments)]
mod any;
mod call;
mod engine;
mod fn_register;
mod parser;