You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Up until now, constructing a Hook trait object is considered infallible and panics at will. Implementations are peppered with unwraps. It would be best to change its signature so that it returns Result, in order to allow managing an orderly cleanup.
The text was updated successfully, but these errors were encountered:
Up until now, constructing a
Hook
trait object is considered infallible and panics at will. Implementations are peppered withunwrap
s. It would be best to change its signature so that it returnsResult
, in order to allow managing an orderly cleanup.The text was updated successfully, but these errors were encountered: