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
Extend const_convert for Cow on From<&str> and From<String>
These implementations are trivially const - since they only create the enum structure
without running any non-const code.
const_convert is tracked by rust-lang#88674
0 commit comments