We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43fa543 commit 6dccdebCopy full SHA for 6dccdeb
src/ast/helpers/stmt_data_loading.rs
@@ -21,6 +21,8 @@
21
22
#[cfg(not(feature = "std"))]
23
use alloc::string::String;
24
+#[cfg(not(feature = "std"))]
25
+use alloc::vec::Vec;
26
use core::fmt;
27
28
#[cfg(feature = "serde")]
0 commit comments