Commit 99dcff7
committed
fix(csplit): fix broken intra-doc links in documentation
Fixed two broken intra-doc links that reference struct fields:
- Line 283: Changed [self.dev_null] to inline code `self.dev_null`
- Line 575: Changed [self.size] to inline code `self.size`
These caused rustdoc warnings that are treated as errors in CI with
-Dwarnings flag.1 parent cee2a07 commit 99dcff7
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
280 | 280 | | |
281 | 281 | | |
282 | 282 | | |
283 | | - | |
| 283 | + | |
284 | 284 | | |
285 | 285 | | |
286 | 286 | | |
| |||
572 | 572 | | |
573 | 573 | | |
574 | 574 | | |
575 | | - | |
| 575 | + | |
576 | 576 | | |
577 | 577 | | |
578 | 578 | | |
| |||
0 commit comments