We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14b5ed8 commit 7546091Copy full SHA for 7546091
1 file changed
crates/cust_raw/build/main.rs
@@ -224,7 +224,6 @@ fn create_cublas_bindings(sdk: &cuda_sdk::CudaSdk, outdir: &path::Path, manifest
224
let header = manifest_dir.join(format!("build/{pkg}_wrapper.h"));
225
println!("cargo::rerun-if-changed={}", header.display());
226
let bindings = bindgen::Builder::default()
227
- .raw_line("#![allow(clippy::missing_safety_doc)]")
228
.header(header.to_str().expect("header should be valid UTF-8"))
229
.parse_callbacks(Box::new(
230
callbacks::BindgenCallbacks::with_function_renames(
0 commit comments