-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
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
Implement From<&str> for Tendril #32
Comments
We can add |
Why should we remove |
I don't remember exactly, but it might have been to make the code more idiomatic. |
I'd be willing to attempt to implement this and submit a PR. I can definitely add the |
Currently, the
FromStr
trait is implemented for Tendril, which needs to be removed and replaced with aFrom<&str>
impl.The text was updated successfully, but these errors were encountered: