Skip to content

Commit b81955f

Browse files
committed
Fix rustdoc private-item link in DeltaScheme docs
DeltaScheme's public docs linked to the private builder module, tripping rustdoc's private_intra_doc_links warning; refer to the default cost model in prose instead. (Belongs with the R4 delta-prior change; kept as a follow-up to avoid rewriting pushed history.) Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Signed-off-by: Connor Tsui <connor.tsui20@gmail.com>
1 parent 8af1a1d commit b81955f

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

  • vortex-btrblocks/src/schemes/integer

vortex-btrblocks/src/schemes/integer/delta.rs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,8 @@ use crate::SchemeExt;
3636
///
3737
/// The scheme reports its raw estimated ratio (`full_width / delta_bits`). Delta's selection
3838
/// policy — the "delta tax" multiplier and the minimum-win floor — lives on the compressor's
39-
/// cost model as a scheme prior (see [`default_cost_model`]), not in the scheme.
40-
///
41-
/// [`default_cost_model`]: crate::builder
39+
/// cost model as a scheme prior (registered by the btrblocks default cost model), not in the
40+
/// scheme.
4241
#[derive(Debug, Copy, Clone, PartialEq)]
4342
pub struct DeltaScheme {
4443
/// Deprecated scheme-level minimum-ratio floor override. `None` defers entirely to the

0 commit comments

Comments
 (0)