Fix miniz_oxide types showing up in std
This commit is contained in:
@@ -365,6 +365,10 @@ extern crate libc;
|
|||||||
#[allow(unused_extern_crates)]
|
#[allow(unused_extern_crates)]
|
||||||
extern crate unwind;
|
extern crate unwind;
|
||||||
|
|
||||||
|
#[doc(masked)]
|
||||||
|
#[allow(unused_extern_crates)]
|
||||||
|
extern crate miniz_oxide;
|
||||||
|
|
||||||
// During testing, this crate is not actually the "real" std library, but rather
|
// During testing, this crate is not actually the "real" std library, but rather
|
||||||
// it links to the real std library, which was compiled from this same source
|
// it links to the real std library, which was compiled from this same source
|
||||||
// code. So any lang items std defines are conditionally excluded (or else they
|
// code. So any lang items std defines are conditionally excluded (or else they
|
||||||
|
|||||||
Reference in New Issue
Block a user