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
Currently, nom-bufreader's error doesn't implement std::error::Error. This makes it impossible to store in a Box<dyn Error>, and otherwise makes its error handling story not as good as it could be.
The text was updated successfully, but these errors were encountered:
Currently, nom-bufreader's error doesn't implement
std::error::Error
. This makes it impossible to store in aBox<dyn Error>
, and otherwise makes its error handling story not as good as it could be.The text was updated successfully, but these errors were encountered: