Skip to content

Commit

Permalink
chore: no_std fix
Browse files Browse the repository at this point in the history
  • Loading branch information
merklefruit committed Sep 22, 2024
1 parent ffc6c1f commit 46aa924
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion crates/rpc-types-engine/src/superchain.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
use alloc::{format, string::String};
use alloc::{
format,
string::{String, ToString},
};
use core::array::TryFromSliceError;

use alloy_primitives::{B256, B64};
Expand Down

0 comments on commit 46aa924

Please sign in to comment.