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
test: sweep expect("TODO: handle error") to .unwrap() in test modules
Mass replace_all in 5 files where every site sits inside a
#[cfg(test)] mod (verified line-number > cfg(test) boundary).
Test convention: .unwrap() with assert!() or input-by-construction
proves Some/Ok. Identical panic to the bulk-rewrite, no fake debt
marker.
Sites swept (20 total):
- vext-email-gateway/src/types.rs (10)
- vext/vext-core/src/protocol.rs (3)
- lazy-eliminator/src/analyzer.rs (3)
- vext/vext-core/src/listener.rs (2)
- vext/vext-core/src/i18n.rs (2)
Test counts unchanged: lazy-eliminator 55 passed, vext 36 passed.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments