Commit 44831d3
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` passes1 parent 522b7d1 commit 44831d3
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
214 | 214 | | |
215 | 215 | | |
216 | 216 | | |
217 | | - | |
| 217 | + | |
218 | 218 | | |
219 | 219 | | |
220 | 220 | | |
| |||
0 commit comments