Fix unreachable_pub
This commit is contained in:
parent
344cf1db5f
commit
5f24ff0d84
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user