Allow multiple packages in def_package.

This commit is contained in:
Stephen Chung
2021-12-22 12:41:55 +08:00
parent 1c50efbac8
commit 422db4269e
3 changed files with 4 additions and 4 deletions

View File

@@ -4,7 +4,7 @@ use crate::{def_package, FnPtr, ImmutableString, NativeCallContext};
use std::prelude::v1::*;
def_package! {
/// Package of basic function poitner utilities.
/// Package of basic function pointer utilities.
crate::BasicFnPackage => |lib| {
lib.standard = true;