This isn't necessary

This commit is contained in:
Paul Woolcock
2018-08-27 14:48:24 -04:00
parent dc6d2738e1
commit 5df4f8873c
+1 -1
View File
@@ -12,7 +12,7 @@ fn main() {
// make a dummy one
use std::{env, fs::OpenOptions, path::Path};
let out_dir = Path::new(&env::var("OUT_DIR").expect("no out_dir set")).join("skeptic-tests.rs");
let f = OpenOptions::new()
OpenOptions::new()
.create(true)
.write(true)
.open(out_dir)