1
0
Fork 0
mirror of https://codeberg.org/icewind/bitbuffer.git synced 2026-06-03 16:44:06 +02:00

remove the need for "full" syn

This commit is contained in:
Robin Appelman 2019-06-22 14:13:52 +02:00
commit bbbce0f8cf
3 changed files with 15 additions and 9 deletions

View file

@ -1,3 +1,6 @@
#![allow(dead_code)]
#![allow(unreachable_patterns)]
use bitstream_reader::{
bit_size_of, bit_size_of_sized, BigEndian, BitBuffer, BitStream, Endianness, LittleEndian,
};