mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-14 00:47:16 +00:00
db7a5c69f1
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"]
|