Reduce exposure of some items.
This commit is contained in:
parent
290fc68f2d
commit
e2664eba50
11 changed files with 16 additions and 16 deletions
|
@ -328,6 +328,6 @@ fn resolve_associated_item<'tcx>(
|
|||
})
|
||||
}
|
||||
|
||||
pub fn provide(providers: &mut Providers) {
|
||||
pub(crate) fn provide(providers: &mut Providers) {
|
||||
*providers = Providers { resolve_instance, ..*providers };
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue