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(tail): fix broken intra-doc link in chunks.rs documentation
The documentation comment for the fill() method contained an invalid
intra-doc link [Some(bytes)] which should be inline code `Some(bytes)`.
This caused rustdoc warnings that are treated as errors in CI with
-Dwarnings flag.
0 commit comments