1
Fork 0

Correctly handle miniz_oxide extern crate declaration

This commit is contained in:
Guillaume Gomez 2022-02-21 17:27:55 +01:00
parent 1103d2e914
commit 910d46fd60

View file

@ -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