Skip to content
This repository was archived by the owner on Feb 10, 2026. It is now read-only.

Commit 0a94db5

Browse files
committed
Enable more refactor transforms on lua
1 parent f123c6b commit 0a94db5

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

tests/lua/conf.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,16 @@ refactor:
1616
- rename_unnamed
1717
- reorganize_definitions
1818
- remove_unused_labels
19+
- remove_null_terminator
20+
- bytestr_to_str
21+
- convert_format_args
22+
- convert_printfs
23+
- fix_unused_unsafe
24+
- remove_redundant_casts
25+
- convert_cast_as_ptr
26+
- remove_unnecessary_refs
1927
- remove_literal_suffixes
28+
- noop
2029

2130
cargo.transpile:
2231
autogen: true

0 commit comments

Comments
 (0)