Unnamed repository; edit this file 'description' to name the repository.
Fix unreachable_pub
Florian Diebold 2022-03-22
parent 344cf1d · commit 5f24ff0
-rw-r--r--crates/hir_ty/src/infer.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/hir_ty/src/infer.rs b/crates/hir_ty/src/infer.rs
index c85112b0db..c91cdec183 100644
--- a/crates/hir_ty/src/infer.rs
+++ b/crates/hir_ty/src/infer.rs
@@ -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;