Skip to content

Commit 2e327a6

Browse files
committed
fix nit
1 parent a4d7c1f commit 2e327a6

File tree

1 file changed

+1
-1
lines changed
  • src/librustc_borrowck/borrowck

1 file changed

+1
-1
lines changed

src/librustc_borrowck/borrowck/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ pub fn check_crate<'a, 'tcx>(tcx: TyCtxt<'a, 'tcx, 'tcx>) {
6969

7070
pub fn provide(providers: &mut Providers) {
7171
*providers = Providers {
72-
borrowck: borrowck,
72+
borrowck,
7373
..*providers
7474
};
7575
}

0 commit comments

Comments
 (0)