some conditional imports

This commit is contained in:
b-naber
2022-11-09 21:58:04 +01:00
committed by b-naber
parent e2bf960fe1
commit 46bd77aa80
5 changed files with 5 additions and 5 deletions

View File

@@ -97,6 +97,7 @@ use nll::{PoloniusOutput, ToRegionVid};
use place_ext::PlaceExt;
use places_conflict::{places_conflict, PlaceConflictBias};
use region_infer::RegionInferenceContext;
#[cfg(debug_assertions)]
use renumber::RegionCtxt;
// FIXME(eddyb) perhaps move this somewhere more centrally.