Skip to content

cargo test -r fails due to cfg(debug_assertions) #1962

Closed
@joshtriplett

Description

@joshtriplett

Attempting to run cargo test -r failed in gix-url due to missing gix_url::testing::TestUrlExtension, which only exists with cfg(debug_assertions). I think this should be using cfg(test) instead.

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