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
Since rust 1.73.0, redundant method calls that don't change anything are flagged as a warning by the compiler. This commit removes these method calls and allows the CI checks to pass.
See https://releases.rs/docs/1.73.0/ for further reference
0 commit comments