Commit cee2a07
committed
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.1 parent 670b14b commit cee2a07
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
208 | 208 | | |
209 | 209 | | |
210 | 210 | | |
211 | | - | |
| 211 | + | |
212 | 212 | | |
213 | 213 | | |
214 | 214 | | |
| |||
0 commit comments