mirror of
https://github.com/astral-sh/ruff.git
synced 2025-10-10 10:22:14 +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
|
@ -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> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue