We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4d7c1f commit 2e327a6Copy full SHA for 2e327a6
src/librustc_borrowck/borrowck/mod.rs
@@ -69,7 +69,7 @@ pub fn check_crate<'a, 'tcx>(tcx: TyCtxt<'a, 'tcx, 'tcx>) {
69
70
pub fn provide(providers: &mut Providers) {
71
*providers = Providers {
72
- borrowck: borrowck,
+ borrowck,
73
..*providers
74
};
75
}
0 commit comments