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
Both Vec and &[T] are missing From impls for Cow, unlike String/&str and PathBuf/&Path. Coherence is not (afaict) an issue, since the impl would be in the same crate as Cow.
Is there some reason these don't exist (do they cause coherence issues in downstream crates or something)?
The text was updated successfully, but these errors were encountered:
Both Vec and &[T] are missing From impls for Cow, unlike String/&str and PathBuf/&Path. Coherence is not (afaict) an issue, since the impl would be in the same crate as Cow.
Is there some reason these don't exist (do they cause coherence issues in downstream crates or something)?
The text was updated successfully, but these errors were encountered: