Skip to content

cargo clippy --all misses crates that are not part of the workspace #2238

@gnzlbg

Description

@gnzlbg

Currently cargo clippy --all applies to sub-crates that are part of a workpace. However, if the root crate is not part of a workspace, sub-crates in top-level directories are not considered. This behavior differs from cargo fmt --all, which also formats crates in the root directory that are not part of a workspace.

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-uiArea: Clippy interface, usage and configurationS-needs-discussionStatus: Needs further discussion before merging or work can be started

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions