mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-30 15:17:59 +00:00
Fix preorder visitor tests (#9025)
Follow-up PR to #9009 to fix the `PreorderVisitor` test cases as suggested here: https://github.com/astral-sh/ruff/pull/9009#discussion_r1416459688
This commit is contained in:
parent
bd443ebe91
commit
ef7778d794
10 changed files with 86 additions and 177 deletions
|
@ -139,7 +139,6 @@ pub trait PreorderVisitor<'a> {
|
|||
}
|
||||
|
||||
#[inline]
|
||||
|
||||
fn visit_pattern_keyword(&mut self, pattern_keyword: &'a PatternKeyword) {
|
||||
walk_pattern_keyword(self, pattern_keyword);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue