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 commit fixes clippy warnings in the new version of the Rust compiler
(1.45.0). Most of the errors refer to misuse of `or_else`, where an
error is mapped exclusively to another error. `map_err` should be used
instead. The other warnings are around useless type conversions between
identical types.
Signed-off-by: Ionut Mihalcea <[email protected]>
0 commit comments