Fix serde typo.

This commit is contained in:
Stephen Chung 2020-10-07 15:51:00 +08:00
parent d7bfe13b3e
commit ec19103478
2 changed files with 1 additions and 9 deletions

View File

@ -56,7 +56,7 @@ mod example {
let result: Dynamic = engine
.eval(
r#"
##{
#{
a: 42,
b: [ "hello", "world" ],
c: true,

View File

@ -23,14 +23,6 @@ use serde::de::{EnumAccess, VariantAccess};
use crate::stdlib::{any::type_name, boxed::Box, fmt, string::ToString};
#[cfg(not(feature = "no_std"))]
#[cfg(not(target_arch = "wasm32"))]
use crate::stdlib::time::Instant;
#[cfg(not(feature = "no_std"))]
#[cfg(target_arch = "wasm32")]
use instant::Instant;
/// Deserializer for `Dynamic` which is kept as a reference.
///
/// The reference is necessary because the deserialized type may hold references