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
Sometimes you know that a slice must have at least one element in it,
but Rust forces you to do "last minute decision" by unwrap()ing Option
from for example first() for split_first() methods.