Commits
Click on a commit to change the comparison rangechore: tweak
Signed-off-by: 翠 <green@sapphi.red>2 months ago
by sapphi-red fix: collapse nested if statements to fix clippy warnings
Fixed clippy::collapsible_if warnings by combining nested if statements
with let patterns using && operator in:
- enter_import_specifier
- enter_export_all_declaration
Co-authored-by: sapphi-red <49056869+sapphi-red@users.noreply.github.com>