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
Adding #![warn(clippy::pedantic)] to lib.rs reveals 100s of new lints! While some can be ignored, others point out some valid causes for concern, like when integer casts could cause unintended wraparound behavior.