Reduce log level used by tracing instrumentation from info to debug
This commit is contained in:
parent
9a9477fada
commit
59457ab86e
7 changed files with 7 additions and 7 deletions
|
@ -97,7 +97,7 @@ impl<'cx, 'tcx> TypeFolder<'tcx> for QueryNormalizer<'cx, 'tcx> {
|
|||
self.infcx.tcx
|
||||
}
|
||||
|
||||
#[instrument(skip(self))]
|
||||
#[instrument(level = "debug", skip(self))]
|
||||
fn fold_ty(&mut self, ty: Ty<'tcx>) -> Ty<'tcx> {
|
||||
if !ty.has_projections() {
|
||||
return ty;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue