Fix incorrect salsa return_ref attribute (#18605)

This commit is contained in:
Micha Reiser
2025-06-11 09:19:57 +02:00
committed by GitHub
parent 5dcfc9f074
commit 3aae1cd59b
4 changed files with 29 additions and 32 deletions

View File

@@ -8120,7 +8120,6 @@ impl<'db> From<SuperOwnerKind<'db>> for Type<'db> {
#[salsa::interned(debug)]
pub struct BoundSuperType<'db> {
pub pivot_class: ClassBase<'db>,
#[return_ref]
pub owner: SuperOwnerKind<'db>,
}