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
Source::get_line_text no longer trims end whitespace
This was causing crashes using byte spans when byte spans start or end in whitespace after a line. When I write the code I did not expect get_line_text to trim whitespace.
I edited uses of get_line_text to do the trimming separately.
Technically this is a breaking change.
0 commit comments