style(ext): fix manual_assert lint (#4079)
As per #4071 fix instances where the manual_assert lint triggered on the code. This was able to be done with a `clippy --fix` with further cleanup to change `!<expr>.is_some()` in the assert to `<expr>.is_none()`.
X
xd009642 committed
79dbab620bf14b96cd5d53a60ca35d7fe2ddbaf1
Parent: cca6bf1
Committed by GitHub <noreply@github.com>
on 5/27/2026, 1:24:27 PM