Skip to content

Commit 44831d3

Browse files
authored
docs: fix broken intra-doc link in DatasetPreFilter (#6579)
## Summary Fix `unresolved link to create_deletion_mask` rustdoc error introduced in #6563. `[create_deletion_mask]` → `[Self::create_deletion_mask]` in the doc comment for `create_restricted_deletion_mask`. ## Test plan - [x] `RUSTDOCFLAGS="-D warnings" cargo doc -p lance --no-deps` passes
1 parent 522b7d1 commit 44831d3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rust/lance/src/index/prefilter.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ impl DatasetPreFilter {
214214
Self::create_deletion_mask_impl(dataset, fragments, false)
215215
}
216216

217-
/// Like [`create_deletion_mask`] but also restricts results to the given
217+
/// Like [`Self::create_deletion_mask`] but also restricts results to the given
218218
/// `fragments`, blocking any row from a fragment not in the set.
219219
pub fn create_restricted_deletion_mask(
220220
dataset: Arc<Dataset>,

0 commit comments

Comments
 (0)