agent-rs icon indicating copy to clipboard operation
agent-rs copied to clipboard

Some `unwrap()` are really `unreachable()!` and should be replaced with it

Open hansl opened this issue 5 years ago • 0 comments

One example is https://github.com/dfinity/agent-rs/blob/next/ic-utils/src/interfaces/management_canister.rs#L25-L30 which cannot fail unless we refactor the bits below and break backward compatibility.

hansl avatar Mar 01 '21 15:03 hansl