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-19 17:44:21 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
0d1469ad34
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"
Merge commit '4911ab124c481430672a3833b37075e6435ec34d' into clippyup
2020-12-20 16:19:49 +00:00
[
dependencies
]
path_dep
=
{
path
=
"../path_dep"
}
Reference in a new issue
Copy permalink