We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 344cf1d commit 5f24ff0Copy full SHA for 5f24ff0
crates/hir_ty/src/infer.rs
@@ -43,6 +43,7 @@ use crate::{
43
// This lint has a false positive here. See the link below for details.
44
//
45
// https://github.com/rust-lang/rust/issues/57411
46
+#[allow(unreachable_pub)]
47
pub use coerce::could_coerce;
48
#[allow(unreachable_pub)]
49
pub use unify::could_unify;
0 commit comments