Skip to content

Commit b9389dd

Browse files
committed
update
1 parent 3884802 commit b9389dd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

nj-build/src/lib.rs

-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ pub fn configure() {
88
use std::env::temp_dir;
99
use std::fs::File;
1010
use std::io::copy;
11-
use std::path::PathBuf;
1211
use std::process::Command;
1312

1413
let node_full_version = String::from_utf8(Command::new("node").arg("-v").output().unwrap().stdout).unwrap();

0 commit comments

Comments
 (0)