mirror of
https://github.com/astral-sh/ruff
synced 2026-01-22 22:10:48 -05:00
[ty] Specify heap_size for SynthesizedTypedDictType (#22345)
This commit is contained in:
@@ -879,7 +879,7 @@ pub(super) fn validate_typed_dict_dict_literal<'db>(
|
||||
}
|
||||
}
|
||||
|
||||
#[salsa::interned(debug)]
|
||||
#[salsa::interned(debug, heap_size=ruff_memory_usage::heap_size)]
|
||||
pub struct SynthesizedTypedDictType<'db> {
|
||||
#[returns(ref)]
|
||||
pub(crate) items: TypedDictSchema<'db>,
|
||||
|
||||
Reference in New Issue
Block a user