Closed msirringhaus closed 1 year ago
As discussed in the previous PR: Returning the error now from determine_puap_if_needed() and using unwrap_result!() in all places this is called.
determine_puap_if_needed()
unwrap_result!()
As discussed in the previous PR: Returning the error now from
determine_puap_if_needed()
and usingunwrap_result!()
in all places this is called.