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 efb6193 commit f40768cCopy full SHA for f40768c
src/db/alloy.rs
@@ -16,8 +16,8 @@ use revm::{
16
use std::fmt::Display;
17
18
/// A type alias for the storage key used in the database.
19
-/// We use this instead of alloy's [alloy::primitives::StorageKey] as Revm requires
20
-/// the actual type to be an [U256] instead of a [B256].
+/// We use this instead of alloy's [`alloy::primitives::StorageKey`] as Revm requires
+/// the actual type to be an [`U256`] instead of a [`B256`].
21
pub type StorageKey = U256;
22
23
/// An error that can occur when using [AlloyDB].
0 commit comments