Fix unrelated CI failure for features

This commit is contained in:
J Henry Waugh
2020-08-06 19:41:06 -05:00
parent 893a084b7a
commit 75bcbb74eb
2 changed files with 38 additions and 17 deletions

View File

@@ -1,3 +1,5 @@
#![cfg(not(any(feature = "no_index", feature = "no_module")))]
use rhai::plugin::*;
use rhai::{Engine, EvalAltResult, INT};