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
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.
The text was updated successfully, but these errors were encountered:
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 fromcargo fmt --all
, which also formats crates in the root directory that are not part of a workspace.The text was updated successfully, but these errors were encountered: