Address clippy lints

This commit is contained in:
Rushil Mehra 2025-02-20 22:58:21 -08:00 committed by Kornel
parent cbdf963464
commit bc17a06df7
1 changed files with 1 additions and 1 deletions

View File

@ -165,7 +165,7 @@ impl Env {
opt_level: target_var("OPT_LEVEL"),
android_ndk_home: target_var("ANDROID_NDK_HOME").map(Into::into),
cmake_toolchain_file: target_var("CMAKE_TOOLCHAIN_FILE").map(Into::into),
cpp_runtime_lib: target_var("BORING_BSSL_RUST_CPPLIB").map(Into::into),
cpp_runtime_lib: target_var("BORING_BSSL_RUST_CPPLIB"),
}
}
}