Closed MarcosNicolau closed 3 months ago
depends on #152
Ignore requested changes, I missed the part above where is_err()
is checked, so you don't need to ?
the Result
.
You can still apply the suggestion to prevent having unwrap
s on our codebase, but it's up to you.
They were failing because we were not correctly panicking when checking static mode.