[ty] Fix --exclude and src.exclude merging (#21341)

This commit is contained in:
Micha Reiser
2025-11-10 12:52:45 +01:00
committed by GitHub
parent ab46c8de0f
commit f44598dc11
4 changed files with 92 additions and 8 deletions

View File

@@ -7493,7 +7493,7 @@ impl<'db> VarianceInferable<'db> for Type<'db> {
| Type::TypeAlias(_) => TypeVarVariance::Bivariant,
};
tracing::debug!(
tracing::trace!(
"Result of variance of '{tvar}' in `{ty:?}` is `{v:?}`",
tvar = typevar.typevar(db).name(db),
ty = self.display(db),