Skip to content

Commit 17b6ae8

Browse files
committed
main: Remove unused use statement.
1 parent d794a08 commit 17b6ae8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/main.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,6 @@ fn print_verbose_err() {
8989

9090
#[cfg(test)]
9191
mod test {
92-
use std::path::PathBuf;
93-
9492
fn build_flags_output_helper(builder: &bindgen::Builder) {
9593
let mut command_line_flags = builder.command_line_flags();
9694
command_line_flags.insert(0, "bindgen".to_string());

0 commit comments

Comments
 (0)