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
This patch
1. removes redundant closures
2. removes an unreachable pattern
3. renames clippy::cognitive_complexity to clippy::cyclomatic_complexity
4. allows deprecated item(std::error::Error::cause)
* Allow it until error-chain and quick-error macros are fixed.
5. removes a redundant import
6. makes clippy skip false alarms
0 commit comments