RustDDS icon indicating copy to clipboard operation
RustDDS copied to clipboard

Find panic!() calls and eliminate them

Open jhelovuo opened this issue 4 years ago • 0 comments

The panic!() macro should be replaced by something catchable, such as returning a Result, or documenting in comments why the panic is unreachable (and replacing by unreachable!() macro).

jhelovuo avatar Feb 14 '21 10:02 jhelovuo