1
Fork 0

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 fs;
mod miri_extern; mod miri_extern;
pub use fs::*; pub use self::fs::*;
pub use miri_extern::*; pub use self::miri_extern::*;
pub fn run_provenance_gc() { pub fn run_provenance_gc() {
// SAFETY: No preconditions. The GC is fine to run at any time. // SAFETY: No preconditions. The GC is fine to run at any time.