luaur_analysis/methods/
lint_multi_line_statement_visit_linter_alt_b.rs1use luaur_ast::records::ast_expr_table::AstExprTable;
2
3impl crate::records::lint_multi_line_statement::LintMultiLineStatement {
4 pub fn visit_ast_expr_table(&mut self, _node: *mut AstExprTable) -> bool {
5 false
6 }
7}