Fix incorrect salsa return_ref attribute (#18605)
This commit is contained in:
@@ -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>,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user