]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #94220 - GuillaumeGomez:miniz-oxide-decl, r=Amanieu
authorMatthias Krüger <matthias.krueger@famsik.de>
Mon, 21 Feb 2022 18:36:55 +0000 (19:36 +0100)
committerGitHub <noreply@github.com>
Mon, 21 Feb 2022 18:36:55 +0000 (19:36 +0100)
commited3530925e8ddad97b152274948675a3eb8bb6ae
treece1bf37cf5506b3f62aad8c653205e84e6053188
parent9157775152de849681105fbf6752135cd1b7d1e5
parent910d46fd60686e031e82ee87dec14f8002f5c8f3
Rollup merge of #94220 - GuillaumeGomez:miniz-oxide-decl, r=Amanieu

Correctly handle miniz_oxide extern crate declaration

Fixes https://github.com/rust-lang/rust/issues/94219.

Follow-up of https://github.com/rust-lang/rust/pull/94122.

The `miniz_oxide` dependency is optional and therefore should allow be "imported" when it makes sense.

r? `@ivmarkov`