Skip to content

Commit 90576d2

Browse files
committed
fix visibility
1 parent 851a286 commit 90576d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/hir-ty/src/infer.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,7 @@ impl<'a> InferenceContext<'a> {
509509
}
510510
}
511511

512-
pub fn resolve_all(self) -> InferenceResult {
512+
pub(crate) fn resolve_all(self) -> InferenceResult {
513513
let InferenceContext { mut table, mut result, .. } = self;
514514

515515
table.fallback_if_possible();

0 commit comments

Comments
 (0)