Skip to content

Commit

Permalink
Fix clippy warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Murali committed Jun 6, 2024
1 parent 9b72301 commit 19eaddc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion crates/libduckdb-sys/openssl/find_vendored.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
use openssl_src;
use std::path::PathBuf;

pub fn get_openssl(_target: &str) -> (Vec<PathBuf>, PathBuf) {
Expand Down
2 changes: 1 addition & 1 deletion crates/libduckdb-sys/openssl/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ fn postprocess(include_dirs: &[PathBuf]) -> Version {
}
}
#[cfg(feature = "openssl_bindgen")]
run_bindgen::run(&include_dirs);
run_bindgen::run(include_dirs);

version
}
Expand Down

0 comments on commit 19eaddc

Please sign in to comment.