Fix no_std build.
This commit is contained in:
parent
a2694114d1
commit
516f7b60d9
@ -1269,6 +1269,7 @@ impl From<Box<FnPtr>> for Dynamic {
|
||||
Self(Union::FnPtr(value))
|
||||
}
|
||||
}
|
||||
#[cfg(not(feature = "no_std"))]
|
||||
impl From<Instant> for Dynamic {
|
||||
#[inline(always)]
|
||||
fn from(value: Instant) -> Self {
|
||||
|
@ -497,8 +497,6 @@ impl Module {
|
||||
/// are not determined), but the implementation is in Rust.
|
||||
#[cfg(not(feature = "no_function"))]
|
||||
#[cfg(not(feature = "no_module"))]
|
||||
#[cfg(not(feature = "no_std"))]
|
||||
#[cfg(not(target_arch = "wasm32"))]
|
||||
pub(crate) fn set_raw_fn_as_scripted(
|
||||
&mut self,
|
||||
name: impl Into<String>,
|
||||
|
Loading…
Reference in New Issue
Block a user