Correctly handle miniz_oxide extern crate declaration
This commit is contained in:
parent
1103d2e914
commit
910d46fd60
1 changed files with 1 additions and 0 deletions
|
@ -366,6 +366,7 @@ extern crate unwind;
|
|||
|
||||
#[doc(masked)]
|
||||
#[allow(unused_extern_crates)]
|
||||
#[cfg(feature = "miniz_oxide")]
|
||||
extern crate miniz_oxide;
|
||||
|
||||
// During testing, this crate is not actually the "real" std library, but rather
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue