Skip to content

I want to complain dependencies of zip conflict with my code #556

@gosp

Description

@gosp

typed-path vs alloc:

type annotations needed
multiple impls satisfying Cow<'_, str>: AsRef<_> found in the following crates: alloc, typed_path:
- impl<T> AsRef<T> for Cow<'_, T>
 where T: ToOwned, T: ?Sized;
- impl<T> AsRef<typed_path::common::utf8::path::Utf8Path<T>> for Cow<'_, str>
-  where T: typed_path::common::utf8::Utf8Encoding

alloc is standard component of Rust, typed-path shouldn't impact alloc behavior.
so I wish zip can reduce the extra dependencies.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions