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
Thanks, liigo! Since these are new, I simply renamed them to trim_start() and trim_end() as suggested. (also matches with starts_with() and ends_with() functions).
I also renamed all the _right(s, len) functions to _tail(s, len) (because _end() is used for iterators).
… LTR text":
1. Renamed csview_trim_left() => csview_trim_start(), and csview_trim_right() => csview_trim_end().
2. Renamed all <str/view>_right() functions => _tail() for the same reason.
see rust-lang/rust#30459
The text was updated successfully, but these errors were encountered: