Skip to content

Commit b78123c

Browse files
Fix miniz_oxide types showing up in std
1 parent 6421a49 commit b78123c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

library/std/src/lib.rs

+4
Original file line numberDiff line numberDiff line change
@@ -365,6 +365,10 @@ extern crate libc;
365365
#[allow(unused_extern_crates)]
366366
extern crate unwind;
367367

368+
#[doc(masked)]
369+
#[allow(unused_extern_crates)]
370+
extern crate miniz_oxide;
371+
368372
// During testing, this crate is not actually the "real" std library, but rather
369373
// it links to the real std library, which was compiled from this same source
370374
// code. So any lang items std defines are conditionally excluded (or else they

0 commit comments

Comments
 (0)