Commit 691926f
committed
fix: another broken intra-doc link uncovered by --document-private-items
CI runs `cargo doc --document-private-items` which catches links on
private items (the previous fix only covered public items). The
`row_groups_pruned_dynamic` field's doc comment referenced
`[\`row_group_pruner\`]` — same-struct field, needs `Self::` to resolve.1 parent 68f70ba commit 691926f
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
249 | 249 | | |
250 | 250 | | |
251 | 251 | | |
252 | | - | |
| 252 | + | |
253 | 253 | | |
254 | 254 | | |
255 | 255 | | |
| |||
0 commit comments