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
new_ret_no_self currently triggers if new() returns Result<Self, E>. I think new() is still an idiomatic name for a constructor even if it can fail, so Result<Self, E> should be permitted.