You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments