We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c2b17e commit 58b8b14Copy full SHA for 58b8b14
borsh-derive/src/internals/enum_discriminant.rs
@@ -1,8 +1,3 @@
1
-//!
2
-//! Algorithm of finding out tag width:
3
-//! 1. Rust `repr(...)` and `borsh(tag_width = ...) attributes are read
4
-//! 2. If repr is signed, transparent or variable with *size, borsh errors with unsupported
5
-//! 2.1. NOTE: signed to be supported
6
use core::convert::TryInto;
7
use std::collections::HashMap;
8
use std::convert::TryFrom;
0 commit comments