make tests/utils work with edition 2015
This commit is contained in:
parent
b7912d38b1
commit
69ea9520d3
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue