We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6421a49 commit b78123cCopy full SHA for b78123c
library/std/src/lib.rs
@@ -365,6 +365,10 @@ extern crate libc;
365
#[allow(unused_extern_crates)]
366
extern crate unwind;
367
368
+#[doc(masked)]
369
+#[allow(unused_extern_crates)]
370
+extern crate miniz_oxide;
371
+
372
// During testing, this crate is not actually the "real" std library, but rather
373
// it links to the real std library, which was compiled from this same source
374
// code. So any lang items std defines are conditionally excluded (or else they
0 commit comments