Skip to content

Commit 347f00c

Browse files
joseph-isaacsclaude
andcommitted
fix: remove doc links to private items in FSSTData
CI docs check caught links to pub(crate) constants CODES_OFFSETS_SLOT and CODES_VALIDITY_SLOT in the public FSSTData doc comment. Signed-off-by: Joe Isaacs <joe.isaacs@live.co.uk> Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Signed-off-by: Joe Isaacs <joe.isaacs@live.co.uk>
1 parent 7b3111a commit 347f00c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

encodings/fsst/src/array.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ pub(crate) const SLOT_NAMES: [&str; NUM_SLOTS] =
347347
///
348348
/// Holds the FSST symbol table (`symbols` + `symbol_lengths`) and the raw compressed
349349
/// codes bytes buffer. The codes offsets and validity live in the outer array's slots
350-
/// (see [`CODES_OFFSETS_SLOT`] and [`CODES_VALIDITY_SLOT`]).
350+
/// (slots 1 and 2 respectively).
351351
///
352352
/// A full [`VarBinArray`] representing the codes can be reconstructed on demand via
353353
/// [`FSSTArrayExt::codes()`], combining this buffer with the offsets/validity from slots.

0 commit comments

Comments
 (0)