Fix miniz_oxide types showing up in std
This commit is contained in:
parent
6421a499a5
commit
b78123cdcf
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue