Skip to content

Commit 69ea952

Browse files
committed
make tests/utils work with edition 2015
1 parent b7912d3 commit 69ea952

File tree

1 file changed

+2
-2
lines changed
  • src/tools/miri/tests/utils

1 file changed

+2
-2
lines changed

src/tools/miri/tests/utils/mod.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ mod macros;
77
mod fs;
88
mod miri_extern;
99

10-
pub use fs::*;
11-
pub use miri_extern::*;
10+
pub use self::fs::*;
11+
pub use self::miri_extern::*;
1212

1313
pub fn run_provenance_gc() {
1414
// SAFETY: No preconditions. The GC is fine to run at any time.

0 commit comments

Comments
 (0)