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
Since 'Vec::new()' is already a const function,
there is no difference in generated MIR/ASM whether
'AsciiString::new()' is marked 'const' or not.
I saw issue #56 is waiting to mark this function as 'const',
and so this PR simply marks 'AsciiString::new()' as a const fn.
Thanks for reviewing this PR :)
0 commit comments