Fix clippy warnings

This commit is contained in:
gwenn
2024-03-15 19:23:36 +01:00
parent 30a211056e
commit 5d148358d6
5 changed files with 7 additions and 9 deletions

View File

@@ -487,8 +487,8 @@ mod build_linked {
}
#[cfg(not(feature = "buildtime_bindgen"))]
#[allow(dead_code)]
mod bindings {
#![allow(dead_code)]
use super::HeaderLocation;
use std::path::Path;