Skip to content

Commit

Permalink
Fix build of the build-manifest tool
Browse files Browse the repository at this point in the history
Accidentally broken in #56258!
  • Loading branch information
alexcrichton committed Dec 11, 2018
1 parent da1527c commit 98a3867
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tools/build-manifest/src/main.rs
Expand Up @@ -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};
Expand Down

0 comments on commit 98a3867

Please sign in to comment.