Skip to content

Commit db44ca6

Browse files
authored
Docs: Fix outdated docs (#5777)
#5752 (comment) Signed-off-by: Connor Tsui <[email protected]>
1 parent 4f0c43a commit db44ca6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

encodings/fsst/src/array.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -329,8 +329,6 @@ impl FSSTArray {
329329

330330
/// Build a [`Decompressor`][fsst::Decompressor] that can be used to decompress values from
331331
/// this array.
332-
///
333-
/// This is private to the crate to avoid leaking `fsst-rs` types as part of the public API.
334332
pub fn decompressor(&self) -> Decompressor<'_> {
335333
Decompressor::new(self.symbols().as_slice(), self.symbol_lengths().as_slice())
336334
}

0 commit comments

Comments
 (0)