fix tidy, small cleanup

This commit is contained in:
Bastian Kauschke 2020-09-10 09:48:02 +02:00
parent 8667f93040
commit 300b0acb85
5 changed files with 28 additions and 13 deletions

View file

@ -73,10 +73,6 @@ pub fn is_const_evaluatable<'cx, 'tcx>(
}
}
if concrete.is_ok() {
debug!("is_const_evaluatable: concrete ~~> ok");
} else {
debug!("is_const_evaluatable: concrete ~~> err");
}
debug!(?concrete, "is_const_evaluatable");
concrete.map(drop)
}