We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ChainId
This could be improved by using constructor `fn new(inner: impl Into<Box<str>>)`.
I will extract it into separate good first issue.
Originally posted by @Erigara in #4185 (comment)
Idea is to remove redundant clone by directly convert from String to Box<str>.
String
Box<str>
The text was updated successfully, but these errors were encountered:
remove custom Decode implementation for ChainId after this PR is merged
Decode
Sorry, something went wrong.
@mversic oh it will be much better solution
No branches or pull requests
I will extract it into separate good first issue.
Originally posted by @Erigara in #4185 (comment)
Idea is to remove redundant clone by directly convert from
String
toBox<str>
.The text was updated successfully, but these errors were encountered: