[ty] Remove countme from salsa-structs (#19257)

This commit is contained in:
Micha Reiser 2025-07-10 13:45:09 +02:00 committed by GitHub
parent 934aaa23f3
commit 492f5bf2aa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 20 additions and 67 deletions

View file

@ -44,8 +44,6 @@ pub(crate) struct Unpack<'db> {
/// The ingredient representing the value expression of the unpacking. For example, in
/// `(a, b) = (1, 2)`, the value expression is `(1, 2)`.
pub(crate) value: UnpackValue<'db>,
count: countme::Count<Unpack<'static>>,
}
impl<'db> Unpack<'db> {