fix(doc): broken intra link (#634)

This commit is contained in:
Lachezar Lechev 2023-05-14 16:15:00 +03:00 committed by GitHub
parent 4597e0f5bb
commit 48783ba725
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
//! To encode/decode type that implement serde's trait, you can use:
//! - [decode_borrowed_from_slice]
//! - [decode_from_slice]
//! - [encode_to_slice]
//! - [encode_into_slice]
//! - [encode_to_vec]
//!
//! For interop with bincode's [Decode]/[Encode], you can use: