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
Auto merge of rust-lang#38144 - clarcharr:redundant, r=alexcrichton
Remove redundant assertion near is_char_boundary
Follow-up from rust-lang#38056. `is_char_boundary` already checks for `idx <= len`, so, an extra assertion is redundant.
0 commit comments