summaryrefslogtreecommitdiffstats
path: root/src/common/bitpacker.rs
diff options
context:
space:
mode:
authorPaul Masurel <paul.masurel@gmail.com>2018-06-22 14:27:46 +0900
committerPaul Masurel <paul.masurel@gmail.com>2018-06-22 14:27:46 +0900
commit8ccbfdea5d17565809378577fba691e3aa6b28f9 (patch)
tree485b5ee6fb2bd3b4091f779de793c40f4b57bd22 /src/common/bitpacker.rs
parentbadfce3a2366c4af848aa6a5286d29a6420272f1 (diff)
Preparing for release
Diffstat (limited to 'src/common/bitpacker.rs')
-rw-r--r--src/common/bitpacker.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/common/bitpacker.rs b/src/common/bitpacker.rs
index 42b0d7a..4945796 100644
--- a/src/common/bitpacker.rs
+++ b/src/common/bitpacker.rs
@@ -5,8 +5,6 @@ use std::mem;
use std::ops::Deref;
use std::ptr;
-
-
pub(crate) struct BitPacker {
mini_buffer: u64,
mini_buffer_written: usize,