rust-sctp icon indicating copy to clipboard operation
rust-sctp copied to clipboard

Migrate try!() macro to '?' operator.

Open kishiguro opened this issue 6 years ago • 0 comments

Just simply convert try!() macro to '?' operator to avoid compiler warnings. Some of Resut<(usize)> is converted to Result as well.

kishiguro avatar Jan 26 '20 15:01 kishiguro