mirror of
https://github.com/rust-lang/cargo.git
synced 2025-09-28 11:20:36 +00:00
Fix complex_reverse_dependencies test
This commit is contained in:
parent
39e6737de7
commit
b325a8d5d5
@ -125,7 +125,7 @@ fn complex_reverse_dependencies() {
|
||||
feature = []
|
||||
"#,
|
||||
)
|
||||
.file("a/src/lib.rs", "#[cfg(feature)] pub fn f();")
|
||||
.file("a/src/lib.rs", "")
|
||||
.file(
|
||||
"b/Cargo.toml",
|
||||
r#"
|
||||
|
Loading…
x
Reference in New Issue
Block a user