Skip to content

Commit

Permalink
Avoid an unused import warning in build.rs (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
musicinmybrain authored May 7, 2024
1 parent bb36314 commit 6321985
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion blosc2-sys/build.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
use std::path::{Path, PathBuf};
use std::path::Path;
#[cfg(feature = "regenerate-bindings")]
use std::path::PathBuf;

fn main() {
println!("cargo::rerun-if-changed=build.rs");
Expand Down

0 comments on commit 6321985

Please sign in to comment.