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
There are some examples that uses impl Trait but I have held of using it in the library itself to enable combine to be used on older compilers.
Thanks to https://docs.rs/combine/3.6.2/combine/macro.parser.html I don't see a large win in readability from updating to impl Trait so weighing the pros and cons I rather stick with supporting older rustc's for the time being.
Now that implement Trait is stable, could you use it both for code and examples in order to simplify the API?
The text was updated successfully, but these errors were encountered: