mirror of
https://github.com/astral-sh/ruff.git
synced 2025-11-13 01:08:24 +00:00
[ty] Remove countme from salsa-structs (#19257)
This commit is contained in:
parent
934aaa23f3
commit
492f5bf2aa
10 changed files with 20 additions and 67 deletions
|
|
@ -40,8 +40,6 @@ pub struct Definition<'db> {
|
|||
|
||||
/// This is a dedicated field to avoid accessing `kind` to compute this value.
|
||||
pub(crate) is_reexported: bool,
|
||||
|
||||
count: countme::Count<Definition<'static>>,
|
||||
}
|
||||
|
||||
// The Salsa heap is tracked separately.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue