Skip to content

Commit 55d2e48

Browse files
committed
cargo doc does not support intra-crate links to dev-dependencies
rust-lang/docs.rs#1783
1 parent dcc93b5 commit 55d2e48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crates/primitives/src/reflect/dispatch.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -239,11 +239,11 @@ pub enum Encoding {
239239
}
240240

241241
/// Marker type for SCALE encoding. Used with [`AbiEncodeWith`], [`AbiDecodeWith`] and
242-
/// [`DecodeMessageResult`].
242+
/// `DecodeMessageResult`.
243243
#[derive(Default, Clone)]
244244
pub struct ScaleEncoding;
245245
/// Marker type for Solidity ABI encoding. Used with [`AbiEncodeWith`],
246-
/// [`AbiDecodeWith`] and [`DecodeMessageResult`].
246+
/// [`AbiDecodeWith`] and `DecodeMessageResult`.
247247
#[derive(Default, Clone)]
248248
pub struct SolEncoding;
249249

0 commit comments

Comments
 (0)