Skip to content

Commit c758475

Browse files
compiler: take hir_analysis::check::provide local-private
1 parent e11a48c commit c758475

File tree

1 file changed

+1
-2
lines changed
  • compiler/rustc_hir_analysis/src/check

1 file changed

+1
-2
lines changed

compiler/rustc_hir_analysis/src/check/mod.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,7 @@ use self::region::region_scope_tree;
101101
use crate::{errors, require_c_abi_if_c_variadic};
102102

103103
/// Adds query fn to the [Providers] vtable, see [`rustc_middle::query`]
104-
pub fn provide(providers: &mut Providers) {
105-
wfcheck::provide(providers);
104+
pub(super) fn provide(providers: &mut Providers) {
106105
*providers = Providers {
107106
adt_destructor,
108107
adt_async_destructor,

0 commit comments

Comments
 (0)