Skip to content

Commit 989b9a3

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 10ced00 commit 989b9a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/rust/fastpfor_codec.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
//! Each implements [`AnyLenCodec`] for `u32` and [`BlockCodec64`] for `u64`.
55
//! Aligned blocks are coded with `FastPFOR` and the sub-block remainder with variable-byte coding.
66
7+
use crate::FastPForResult;
78
use crate::codec::{AnyLenCodec, BlockCodec64};
89
use crate::rust::VariableByte;
910
use crate::rust::composite::CompositeCodec;
1011
use crate::rust::integer_compression::fastpfor::{FastPForBlock128, FastPForBlock256};
1112
use crate::rust::integer_compression::fastpfor64::FastPForWide;
12-
use crate::FastPForResult;
1313

1414
macro_rules! define_fastpfor {
1515
($(#[$meta:meta])* $name:ident, $block:ty, $n:literal) => {

0 commit comments

Comments
 (0)