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
It would not be "removing a dependency" in the strictest sense, but thiserror derives errors that are indistinguishable from manual implementation of std::error::Error trait, and so will not pollute users.
Consider removing the failure crate and replace with implementation for
std::error::Error
and conversions.The text was updated successfully, but these errors were encountered: