make tests/utils work with edition 2015

This commit is contained in:
Ralf Jung 2023-11-25 10:15:17 +01:00
parent b7912d38b1
commit 69ea9520d3

View File

@ -7,8 +7,8 @@ mod macros;
mod fs;
mod miri_extern;
pub use fs::*;
pub use miri_extern::*;
pub use self::fs::*;
pub use self::miri_extern::*;
pub fn run_provenance_gc() {
// SAFETY: No preconditions. The GC is fine to run at any time.