Skip to content

Commit

Permalink
fix nit
Browse files Browse the repository at this point in the history
  • Loading branch information
nikomatsakis committed Apr 12, 2017
1 parent a4d7c1f commit 2e327a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustc_borrowck/borrowck/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
};
}
Expand Down

0 comments on commit 2e327a6

Please sign in to comment.