We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d64ffdc commit ec72b27Copy full SHA for ec72b27
src/number.rs
@@ -14,6 +14,12 @@ use crate::error::ErrorCode;
14
#[cfg(feature = "arbitrary_precision")]
15
use serde::de::{IntoDeserializer, MapAccess};
16
17
+#[cfg(feature = "arbitrary_precision")]
18
+use alloc::{
19
+ borrow::ToOwned,
20
+ string::{String, ToString},
21
+};
22
+
23
24
pub(crate) const TOKEN: &str = "$serde_json::private::Number";
25
0 commit comments