Feature gate make_getter imports

This commit is contained in:
J Henry Waugh
2020-08-14 19:37:16 -05:00
parent eabf9db263
commit 89de2fe6b2
5 changed files with 9 additions and 2 deletions

View File

@@ -1,4 +1,5 @@
use crate::def_package;
#[cfg(not(feature = "no_object"))]
use crate::engine::make_getter;
use crate::parser::INT;
use crate::plugin::*;