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 53d0923 commit de57dc4Copy full SHA for de57dc4
crates/primitives/src/batch.rs
@@ -3,7 +3,7 @@ use crate::RollupNodePrimitiveParsingError;
3
use super::L2BlockInfoWithL1Messages;
4
5
use alloy_primitives::{Bytes, B256};
6
-use std::{sync::Arc, vec::Vec};
+use std::{string::ToString, sync::Arc, vec::Vec};
7
8
/// The batch information.
9
#[derive(Debug, Copy, Clone, Default, PartialEq, Eq)]
0 commit comments