Split no_stdlib
and no_std
into two features.
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
//! Helper module which defines `FnArgs` to make function calling easier.
|
||||
|
||||
#![allow(non_snake_case)]
|
||||
|
||||
use crate::any::{Any, Dynamic};
|
||||
use crate::stdlib::{string::String, vec, vec::Vec};
|
||||
|
||||
|
Reference in New Issue
Block a user