Reduce unused warnings in tests and helpers

This commit is contained in:
2025-12-27 17:49:42 +09:00
parent 0d6229d5a2
commit f654dd316d
26 changed files with 34 additions and 48 deletions

View File

@ -18,7 +18,7 @@ pub(crate) fn try_parse_header_first_field_or_property(
fname: String,
methods: &mut HashMap<String, ASTNode>,
fields: &mut Vec<String>,
weak_fields: &mut Vec<String>,
_weak_fields: &mut Vec<String>,
) -> Result<bool, ParseError> {
// Expect ':' Type after name
if !p.match_token(&TokenType::COLON) {