mirror of
https://github.com/astral-sh/ruff.git
synced 2025-10-06 00:20:37 +00:00
[ty] Reduce number of inline stored definitions per place (#19409)
This commit is contained in:
parent
e6e029a8b7
commit
630c7a3152
9 changed files with 36 additions and 36 deletions
|
@ -508,7 +508,7 @@ impl<'a> SuppressionsBuilder<'a> {
|
|||
lint_registry,
|
||||
seen_non_trivia_token: false,
|
||||
line: Vec::new(),
|
||||
file: SmallVec::new(),
|
||||
file: SmallVec::new_const(),
|
||||
unknown: Vec::new(),
|
||||
invalid: Vec::new(),
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue