Skip to content

Commit 58b8b14

Browse files
flush
1 parent 0c2b17e commit 58b8b14

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

borsh-derive/src/internals/enum_discriminant.rs

-5
Original file line numberDiff line numberDiff line change
@@ -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
61
use core::convert::TryInto;
72
use std::collections::HashMap;
83
use std::convert::TryFrom;

0 commit comments

Comments
 (0)