Skip to content

Commit d622003

Browse files
Revert "drop doc-hidden on Strkey::MAX_ENCODED_LEN"
This reverts commit 8cbd9f1.
1 parent 8cbd9f1 commit d622003

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/strkey.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ 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)]
3940
pub const MAX_ENCODED_LEN: usize = encode_len(Self::MAX_BINARY_LEN);
4041
const _ASSERTS: () = {
4142
assert!(Self::MAX_PAYLOAD_LEN == 100);

0 commit comments

Comments
 (0)