Fix build of the build-manifest tool

Accidentally broken in #56258!
This commit is contained in:
Alex Crichton 2018-12-10 19:34:47 -08:00
parent da1527cb06
commit 98a38673ec

View file

@ -14,7 +14,7 @@ extern crate serde_derive;
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};