Skip to content

Commit f63fff2

Browse files
committed
remove warnings
1 parent 64fe73b commit f63fff2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/build/compile.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ use anyhow::anyhow;
1212
use console::style;
1313
use log::{debug, trace};
1414
use rayon::prelude::*;
15-
use std::path::{Component, Path, PathBuf};
15+
use std::path::Path;
1616
use std::process::Command;
1717
use std::time::SystemTime;
1818

0 commit comments

Comments
 (0)