We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a65efec commit 48f5eecCopy full SHA for 48f5eec
src/lib.rs
@@ -52,6 +52,7 @@ mod alloc {
52
}
53
54
use alloc::borrow::Cow;
55
+#[cfg(feature = "object")]
56
use alloc::rc::Rc;
57
use alloc::string::{String, ToString};
58
use alloc::vec::Vec;
0 commit comments