mirror of
https://codeberg.org/icewind/bitbuffer.git
synced 2026-06-04 00:54:07 +02:00
Revert "fixed write_int bad type size check"
This reverts commit 089035153b.
This commit is contained in:
parent
089035153b
commit
d26a535852
1 changed files with 1 additions and 1 deletions
|
|
@ -166,7 +166,7 @@ where
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
if type_bit_size <= USIZE_BITS {
|
if type_bit_size < USIZE_BITS {
|
||||||
if T::is_signed() {
|
if T::is_signed() {
|
||||||
todo!()
|
todo!()
|
||||||
} else {
|
} else {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue