fix nit
This commit is contained in:
parent
a4d7c1fec3
commit
2e327a668e
@ -69,7 +69,7 @@ pub fn check_crate<'a, 'tcx>(tcx: TyCtxt<'a, 'tcx, 'tcx>) {
|
||||
|
||||
pub fn provide(providers: &mut Providers) {
|
||||
*providers = Providers {
|
||||
borrowck: borrowck,
|
||||
borrowck,
|
||||
..*providers
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user