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
# Description
This PR try to tackle issue #3179.
# Changes
- [ ] Rename all constructors that return `Result` to `try_new`.
## How to test
Existing unit test.
---------
Co-authored-by: ilya <[email protected]>
Background
Reference: #3173 (comment)
all constructors that return
Result
should be renamed totry_new
.The text was updated successfully, but these errors were encountered: