MindSwipe opened issue #6744:
Feature
Call
expect
with a sensible error message instead ofunwrap
to report a user friendly error.Benefit
Having sensible error messages helps developers get to the bottom of what's causing the error faster and lets them solve it.
Implementation
Change the call to
unwrap
in linker.rs:105 toexpect
MindSwipe edited issue #6744:
Code improvement
Call
expect
with a sensible error message instead ofunwrap
to report a user friendly error.Benefit
Having sensible error messages helps developers get to the bottom of what's causing the error faster and lets them solve it.
Implementation
Change the call to
unwrap
in linker.rs:105 toexpect
peterhuene closed issue #6744:
Code improvement
Call
expect
with a sensible error message instead ofunwrap
to report a user friendly error.Benefit
Having sensible error messages helps developers get to the bottom of what's causing the error faster and lets them solve it.
Implementation
Change the call to
unwrap
in linker.rs:105 toexpect
Last updated: Nov 22 2024 at 17:03 UTC