Skip to content

Commit 5f24ff0

Browse files
committed
Fix unreachable_pub
1 parent 344cf1d commit 5f24ff0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/hir_ty/src/infer.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ use crate::{
4343
// This lint has a false positive here. See the link below for details.
4444
//
4545
// https://github.com/rust-lang/rust/issues/57411
46+
#[allow(unreachable_pub)]
4647
pub use coerce::could_coerce;
4748
#[allow(unreachable_pub)]
4849
pub use unify::could_unify;

0 commit comments

Comments
 (0)