Skip to content

Commit fd12582

Browse files
committed
silence dead code warnings in bindings
1 parent 12f3ce2 commit fd12582

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ use std::{fmt, slice};
6464
/// Low-level interface to the underlying C library.
6565
pub mod sys {
6666
#[allow(non_camel_case_types)]
67+
#[allow(dead_code)]
6768
mod c {
6869
include!(concat!(env!("OUT_DIR"), "/bindings.rs"));
6970
}

0 commit comments

Comments
 (0)