Skip to content

Commit

Permalink
Fix build for beta and nightly
Browse files Browse the repository at this point in the history
Unused import is considered as hard fail for current beta and nightly
  • Loading branch information
JakubOnderka authored Dec 17, 2023
1 parent a99b53e commit 8ef8ae6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ffi/c.rs
Original file line number Diff line number Diff line change
Expand Up @@ -359,6 +359,7 @@ pub use self::c_backend::*;

/// For backwards compatibility, we provide symbols as `mz_` to mimic the miniz API
#[allow(bad_style)]
#[allow(unused_imports)]
mod c_backend {
use std::mem;
use std::os::raw::{c_char, c_int};
Expand Down

0 comments on commit 8ef8ae6

Please sign in to comment.