Fix codegen tests.

This commit is contained in:
Stephen Chung 2021-03-27 08:12:13 +08:00
parent 0afc2a0842
commit 47588f9784

View File

@ -4,7 +4,6 @@ use crate::ast::{FnAccess, Ident};
use crate::dynamic::Variant;
use crate::fn_native::{shared_take_or_clone, CallableFunction, FnCallArgs, IteratorFn, SendSync};
use crate::fn_register::RegisterNativeFunction;
use crate::plugin::PluginFunction;
use crate::stdlib::{
any::TypeId,
boxed::Box,