mirror of
https://github.com/rust-lang/cargo.git
synced 2025-09-28 11:20:36 +00:00
Fix nightly exported_priv_warning test.
This commit is contained in:
parent
e1d3e13637
commit
fd25718660
@ -39,8 +39,8 @@ fn exported_priv_warning() {
|
||||
.masquerade_as_nightly_cargo()
|
||||
.with_stderr_contains(
|
||||
"\
|
||||
src/lib.rs:3:13: warning: type `priv_dep::FromPriv` from private dependency 'priv_dep' in public interface
|
||||
"
|
||||
src/lib.rs:3:13: warning: type `[..]FromPriv` from private dependency 'priv_dep' in public interface
|
||||
",
|
||||
)
|
||||
.run()
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user