diff options
| author | Niko Matsakis <niko@alum.mit.edu> | 2022-06-23 17:00:46 -0400 |
|---|---|---|
| committer | Niko Matsakis <niko@alum.mit.edu> | 2022-06-23 17:00:46 -0400 |
| commit | e93e10516ecd75956d4efa030d14b198fac744ec (patch) | |
| tree | b8e01f4b89fb340d4f1bd2c449ad441518770b50 /compiler/rustc_borrowck | |
| parent | 9118fafd40a69fc391c79924acbe08f05b091921 (diff) | |
| download | rust-e93e10516ecd75956d4efa030d14b198fac744ec.tar.gz rust-e93e10516ecd75956d4efa030d14b198fac744ec.zip | |
run `x.py fmt`
Diffstat (limited to 'compiler/rustc_borrowck')
| -rw-r--r-- | compiler/rustc_borrowck/src/region_infer/mod.rs | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/compiler/rustc_borrowck/src/region_infer/mod.rs b/compiler/rustc_borrowck/src/region_infer/mod.rs index 33cf47c00e5..ec8ba5a7a81 100644 --- a/compiler/rustc_borrowck/src/region_infer/mod.rs +++ b/compiler/rustc_borrowck/src/region_infer/mod.rs @@ -1363,10 +1363,7 @@ impl<'tcx> RegionInferenceContext<'tcx> { } let result = self.scc_values.contains_points(sup_region_scc, sub_region_scc); - debug!( - "returning {} because of comparison between points in sup/sub", - result - ); + debug!("returning {} because of comparison between points in sup/sub", result); result } |
