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
From the docs Prefer using Into over using From when specifying trait bounds on a generic function. This way, types that directly implement Into can be used as arguments as well.
The text was updated successfully, but these errors were encountered:
https://github.com/Geal/nom/blob/ac34e5ac110c82d3ae7e28149a180fb9298b8089/src/internal.rs#L98
From the docs
Prefer using Into over using From when specifying trait bounds on a generic function. This way, types that directly implement Into can be used as arguments as well.
The text was updated successfully, but these errors were encountered: