From 0959e11787700b34fd12dbb7c497f3e3eb96d0c3 Mon Sep 17 00:00:00 2001 From: cgmossa Date: Sat, 20 Jul 2024 08:36:53 +0200 Subject: [PATCH] comment a debug statement --- build.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.rs b/build.rs index e10cf9aa..554431db 100644 --- a/build.rs +++ b/build.rs @@ -569,7 +569,7 @@ fn generate_bindings(r_paths: &InstallationPaths, version_info: &RVersionInfo) { let r_header_regex = r_header.replace(r"\", r"/"); let r_header_regex = regex::escape(&r_header_regex); - println!("cargo:warning=allowing {}", r_header_regex); + // println!("cargo:warning=allowing {}", r_header_regex); // dbg!(r_header_name); let mut bindings = bindgen_builder.clone(); bindings = bindings.allowlist_file(r_header_regex);