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
In the section "Safety and speed" in "A 30-minute Introduction to Rust", the first two for loops have off-by-one errors: the ranges should start at 0, not 1.