@@ -79,7 +79,7 @@ fn place_contents_drop_state_cannot_differ<'tcx>(
7979 }
8080}
8181
82- pub ( crate ) fn on_lookup_result_bits < ' tcx , F > (
82+ pub fn on_lookup_result_bits < ' tcx , F > (
8383 tcx : TyCtxt < ' tcx > ,
8484 body : & Body < ' tcx > ,
8585 move_data : & MoveData < ' tcx > ,
@@ -96,7 +96,7 @@ pub(crate) fn on_lookup_result_bits<'tcx, F>(
9696 }
9797}
9898
99- pub ( crate ) fn on_all_children_bits < ' tcx , F > (
99+ pub fn on_all_children_bits < ' tcx , F > (
100100 tcx : TyCtxt < ' tcx > ,
101101 body : & Body < ' tcx > ,
102102 move_data : & MoveData < ' tcx > ,
@@ -138,7 +138,7 @@ pub(crate) fn on_all_children_bits<'tcx, F>(
138138 on_all_children_bits ( tcx, body, move_data, move_path_index, & mut each_child) ;
139139}
140140
141- pub ( crate ) fn on_all_drop_children_bits < ' tcx , F > (
141+ pub fn on_all_drop_children_bits < ' tcx , F > (
142142 tcx : TyCtxt < ' tcx > ,
143143 body : & Body < ' tcx > ,
144144 ctxt : & MoveDataParamEnv < ' tcx > ,
@@ -161,7 +161,7 @@ pub(crate) fn on_all_drop_children_bits<'tcx, F>(
161161 } )
162162}
163163
164- pub ( crate ) fn drop_flag_effects_for_function_entry < ' tcx , F > (
164+ pub fn drop_flag_effects_for_function_entry < ' tcx , F > (
165165 tcx : TyCtxt < ' tcx > ,
166166 body : & Body < ' tcx > ,
167167 ctxt : & MoveDataParamEnv < ' tcx > ,
@@ -179,7 +179,7 @@ pub(crate) fn drop_flag_effects_for_function_entry<'tcx, F>(
179179 }
180180}
181181
182- pub ( crate ) fn drop_flag_effects_for_location < ' tcx , F > (
182+ pub fn drop_flag_effects_for_location < ' tcx , F > (
183183 tcx : TyCtxt < ' tcx > ,
184184 body : & Body < ' tcx > ,
185185 ctxt : & MoveDataParamEnv < ' tcx > ,
0 commit comments