Do not export fn_native.

This commit is contained in:
Stephen Chung
2020-06-18 18:39:28 +08:00
parent a3ea788fb0
commit 35fa61cd4b
4 changed files with 21 additions and 25 deletions

View File

@@ -1,4 +1,4 @@
//! Helper module which defines `FnArgs` to make function calling easier.
//! Helper module which defines `FuncArgs` to make function calling easier.
#![allow(non_snake_case)]