diff options
| author | Niko Matsakis <niko@alum.mit.edu> | 2017-04-12 05:42:02 -0400 |
|---|---|---|
| committer | Niko Matsakis <niko@alum.mit.edu> | 2017-04-12 05:42:02 -0400 |
| commit | 2e327a668e0f37fa9663ede580d354e28fc016bf (patch) | |
| tree | 25171c03808754b9643a86f2b7de8552fa208adb | |
| parent | a4d7c1fec361219d237f39b5e32c09c72ca69fac (diff) | |
| download | rust-2e327a668e0f37fa9663ede580d354e28fc016bf.tar.gz rust-2e327a668e0f37fa9663ede580d354e28fc016bf.zip | |
fix nit
| -rw-r--r-- | src/librustc_borrowck/borrowck/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc_borrowck/borrowck/mod.rs b/src/librustc_borrowck/borrowck/mod.rs index e0b4a23010d..142286bd834 100644 --- a/src/librustc_borrowck/borrowck/mod.rs +++ b/src/librustc_borrowck/borrowck/mod.rs @@ -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 }; } |
