This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
rust-clippy
Watch
2
Star
0
Fork
You've already forked rust-clippy
0
mirror of
https://github.com/rust-lang/rust-clippy
synced
2024-12-12 06:12:46 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
35a7095d8c
rust-clippy
/
tests
/
workspace_test
/
subcrate
/
Cargo.toml
7 lines
98 B
TOML
Raw
Normal View
History
Unescape
Escape
Fix logic that determines closest parent crate when invoked from a subdirectory. The previous logic incorrectly matches the deepest child of the current directory that is a crate.
2017-07-27 07:04:17 +00:00
[
package
]
name
=
"subcrate"
version
=
"0.1.0"
Add --no-deps command-line argument
2020-10-17 17:48:40 +00:00
[
dependencies
]
path_dep
=
{
path
=
"../path_dep"
}
Reference in a new issue
Copy permalink