remove useless debug log
This commit is contained in:
parent
caf7300432
commit
eddd3a7381
@ -49,8 +49,6 @@ pub(super) fn trace<'mir, 'tcx>(
|
||||
boring_locals: Vec<Local>,
|
||||
polonius_drop_used: Option<Vec<(Local, Location)>>,
|
||||
) {
|
||||
debug!("trace()");
|
||||
|
||||
let local_use_map = &LocalUseMap::build(&relevant_live_locals, elements, body);
|
||||
|
||||
// When using `-Zpolonius=next`, compute the set of loans that can reach a given region.
|
||||
|
Loading…
x
Reference in New Issue
Block a user