Commit b7adaa2
Fix non-exhaustive pattern match in rsky-firehose binary
Add missing Ok(None) arm to the match on firehose::read() in process().
The function returns Ok(None) for intentionally skipped message types
(#info, #sync, unknown types) and for recoverable decode errors that the
library already logs. The Err arm is preserved to catch genuine CBOR
header parse failures.
Fixes #150
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 477e72a commit b7adaa2
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
268 | 268 | | |
269 | 269 | | |
270 | 270 | | |
| 271 | + | |
271 | 272 | | |
272 | 273 | | |
273 | 274 | | |
| |||
0 commit comments