Fixup code to make sure all feature builds succeed.

This commit is contained in:
Stephen Chung
2020-03-14 20:06:40 +08:00
parent 973153e832
commit dd36f3387a
7 changed files with 30 additions and 12 deletions

View File

@@ -1,6 +1,8 @@
//! Helper module which defines `FnArgs` to make function calling easier.
use crate::any::{Any, Dynamic};
#[cfg(not(feature = "no_index"))]
use crate::engine::Array;
/// Trait that represent arguments to a function call.