Skip to content

Commit 53d0923

Browse files
committed
use alloc String
1 parent c59007d commit 53d0923

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

crates/primitives/src/error.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
use std::string::String;
2+
13
/// Errors related to Scroll primitives.
24
#[derive(Debug)]
35
pub enum RollupNodePrimitiveError {

0 commit comments

Comments
 (0)