about summary refs log tree commit diff
path: root/library/std/tests
diff options
context:
space:
mode:
authorMichael Howell <michael@notriddle.com>2023-05-01 10:05:44 -0700
committerMichael Howell <michael@notriddle.com>2023-05-25 08:13:23 -0700
commit64025bb168f3ae37428387ca37ba89eb80be6544 (patch)
treef7a893a42b5bc4f1283db549ff7107980a583e1c /library/std/tests
parentd300bffa4f0036e9138ef752610d08fc63f87a77 (diff)
downloadrust-64025bb168f3ae37428387ca37ba89eb80be6544.tar.gz
rust-64025bb168f3ae37428387ca37ba89eb80be6544.zip
bootstrap: enable Cargo `public-dependency` feature for `libstd`
Diffstat (limited to 'library/std/tests')
-rw-r--r--library/std/tests/common/mod.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/library/std/tests/common/mod.rs b/library/std/tests/common/mod.rs
index fce220223a0..37336e1c08f 100644
--- a/library/std/tests/common/mod.rs
+++ b/library/std/tests/common/mod.rs
@@ -1,5 +1,7 @@
 #![allow(unused)]
 
+#![allow(exported_private_dependencies)]
+
 use std::env;
 use std::fs;
 use std::path::{Path, PathBuf};