Rollup merge of #94122 - GuillaumeGomez:miniz-oxide-std, r=notriddle

Fix miniz_oxide types showing up in std docs

Fixes #90526.

Thanks to ```````@camelid,``````` I rediscovered `doc(masked)`, allowing us to prevent `miniz_oxide` type to show up in std docs.

r? ```````@notriddle```````
This commit is contained in:
Matthias Krüger 2022-02-20 00:37:32 +01:00 committed by GitHub
commit a69aaf4aee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -364,6 +364,10 @@ extern crate libc;
#[allow(unused_extern_crates)]
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
// 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