|
|
@ -16,6 +16,7 @@ |
|
|
|
#![allow(non_camel_case_types)] |
|
|
|
#![allow(non_camel_case_types)] |
|
|
|
#![allow(non_snake_case)] |
|
|
|
#![allow(non_snake_case)] |
|
|
|
#![allow(non_upper_case_globals)] |
|
|
|
#![allow(non_upper_case_globals)] |
|
|
|
|
|
|
|
#![allow(deref_nullptr)] |
|
|
|
|
|
|
|
|
|
|
|
// Ensure the libraries are linked in, despite it not being used directly
|
|
|
|
// Ensure the libraries are linked in, despite it not being used directly
|
|
|
|
#[cfg(feature = "bzip2")] |
|
|
|
#[cfg(feature = "bzip2")] |
|
|
|