Fix no_function build.

This commit is contained in:
Stephen Chung
2021-01-28 16:48:56 +08:00
parent f76daadcba
commit cef61bc924
3 changed files with 6 additions and 2 deletions

View File

@@ -1,5 +1,6 @@
//! Helper module which defines [`FuncArgs`] to make function calling easier.
#![cfg(not(feature = "no_function"))]
#![allow(non_snake_case)]
use crate::dynamic::Variant;