Skip to content

Commit

Permalink
Correctly handle miniz_oxide extern crate declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeGomez committed Feb 21, 2022
1 parent 1103d2e commit 910d46f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions library/std/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -366,6 +366,7 @@ extern crate unwind;

#[doc(masked)]
#[allow(unused_extern_crates)]
#[cfg(feature = "miniz_oxide")]
extern crate miniz_oxide;

// During testing, this crate is not actually the "real" std library, but rather
Expand Down

0 comments on commit 910d46f

Please sign in to comment.