We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7912d3 commit 69ea952Copy full SHA for 69ea952
src/tools/miri/tests/utils/mod.rs
@@ -7,8 +7,8 @@ mod macros;
7
mod fs;
8
mod miri_extern;
9
10
-pub use fs::*;
11
-pub use miri_extern::*;
+pub use self::fs::*;
+pub use self::miri_extern::*;
12
13
pub fn run_provenance_gc() {
14
// SAFETY: No preconditions. The GC is fine to run at any time.
0 commit comments