Skip to content

Commit 1a72ae0

Browse files
committed
remove unused Result alias
1 parent 4e5d563 commit 1a72ae0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

explorer/src/db/error.rs

-2
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,3 @@ pub enum ExplorerError {
2525
pub struct BlockNotFound {
2626
pub hash: HeaderHash,
2727
}
28-
29-
pub type Result<T> = std::result::Result<T, ExplorerError>;

0 commit comments

Comments
 (0)