mirror of
https://github.com/isar/rusqlite.git
synced 2025-03-31 19:12:58 +08:00
clippy::explicit_iter_loop
This commit is contained in:
parent
000278b9a2
commit
8f8b169e9d
@ -206,7 +206,7 @@ mod build_bundled {
|
||||
cfg.include(inc_dir.to_string_lossy().as_ref());
|
||||
let lib_name = if is_windows { "libcrypto" } else { "crypto" };
|
||||
println!("cargo:rustc-link-lib=dylib={lib_name}");
|
||||
for lib_dir_item in lib_dir.iter() {
|
||||
for lib_dir_item in &lib_dir {
|
||||
println!("cargo:rustc-link-search={}", lib_dir_item.to_string_lossy());
|
||||
}
|
||||
} else if is_apple {
|
||||
|
Loading…
x
Reference in New Issue
Block a user