mirror of
https://github.com/rust-lang/rust-clippy
synced 2025-02-17 14:38:46 +00:00
The previous logic incorrectly matches the deepest child of the current directory that is a crate.
6 lines
96 B
TOML
6 lines
96 B
TOML
[package]
|
|
name = "clippy_workspace_tests"
|
|
version = "0.1.0"
|
|
|
|
[workspace]
|
|
members = ["subcrate"]
|