Skip to content

Commit

Permalink
Add no-std import
Browse files Browse the repository at this point in the history
  • Loading branch information
fmoletta committed Apr 18, 2024
1 parent 898bb0e commit 7799173
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vm/src/types/builtin_name.rs
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ impl core::fmt::Display for BuiltinName {
// Implementation of custom serialization & deserialization for maps using builtin names with suffixes as keys
pub(crate) mod serde_generic_map_impl {
use super::BuiltinName;
use crate::stdlib::collections::HashMap;
use crate::stdlib::{collections::HashMap, string::String};
use serde::{de::Error, ser::SerializeMap, Deserialize, Deserializer, Serialize, Serializer};

pub fn serialize<S, V>(
Expand Down

0 comments on commit 7799173

Please sign in to comment.