Skip to content

Commit 98a3867

Browse files
committed
Fix build of the build-manifest tool
Accidentally broken in #56258!
1 parent da1527c commit 98a3867

File tree

1 file changed

+1
-1
lines changed
  • src/tools/build-manifest/src

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ extern crate serde_derive;
1414

1515
use std::collections::BTreeMap;
1616
use std::env;
17-
use std::fs::File;
17+
use std::fs;
1818
use std::io::{self, Read, Write};
1919
use std::path::{PathBuf, Path};
2020
use std::process::{Command, Stdio};

0 commit comments

Comments
 (0)