Fix unreachable_pub

This commit is contained in:
Florian Diebold 2022-03-21 18:54:20 +01:00
parent 344cf1db5f
commit 5f24ff0d84

View File

@ -43,6 +43,7 @@ use crate::{
// This lint has a false positive here. See the link below for details.
//
// https://github.com/rust-lang/rust/issues/57411
#[allow(unreachable_pub)]
pub use coerce::could_coerce;
#[allow(unreachable_pub)]
pub use unify::could_unify;