]> git.lizzy.rs Git - rust.git/commitdiff
Fix build of the `build-manifest` tool
authorAlex Crichton <alex@alexcrichton.com>
Tue, 11 Dec 2018 03:34:47 +0000 (19:34 -0800)
committerAlex Crichton <alex@alexcrichton.com>
Tue, 11 Dec 2018 03:34:47 +0000 (19:34 -0800)
Accidentally broken in #56258!

src/tools/build-manifest/src/main.rs

index d9834f9f0a0045588d45fdb46780175288edfd47..896b380f85c95def492d555010a88b01c4c71e60 100644 (file)
@@ -14,7 +14,7 @@
 
 use std::collections::BTreeMap;
 use std::env;
-use std::fs::File;
+use std::fs;
 use std::io::{self, Read, Write};
 use std::path::{PathBuf, Path};
 use std::process::{Command, Stdio};