Skip to content

Commit acab5e4

Browse files
Reapply "drop doc-hidden on Strkey::MAX_ENCODED_LEN"
This reverts commit d622003.
1 parent 2cf7817 commit acab5e4

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/strkey.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ impl Strkey {
3636
// SignedPayload is the longest strkey type.
3737
const MAX_PAYLOAD_LEN: usize = ed25519::SignedPayload::MAX_PAYLOAD_LEN;
3838
const MAX_BINARY_LEN: usize = binary_len(Self::MAX_PAYLOAD_LEN);
39-
#[doc(hidden)]
4039
pub const MAX_ENCODED_LEN: usize = encode_len(Self::MAX_BINARY_LEN);
4140
const _ASSERTS: () = {
4241
assert!(Self::MAX_PAYLOAD_LEN == 100);

0 commit comments

Comments
 (0)