Skip to content

Package name wildcard support for cargo fmt -p #6435

Open
@sunng87

Description

@sunng87

Problem

The -p option in cargo fmt doesn't support wildcard like *. When I'm running cargo fmt -p "cloud-*", it shows cloud-* is not a member of workspace

However, this feature is fully supported in other cargo commands like check, or even external command like clippy.

It would be nice to keep this behavior consistent among all commands.

Proposed Solution

No response

Notes

No response

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions