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
Although the suggestion of using `fold` and `write!` is indeed more efficient, it's harder to read and write, and these code paths are not performance-sensitive. There's also a fix where we `flat_map` and yield all of the string components in a fixed-size array, but it's hard to read.
0 commit comments