Skip to content

Commit 781754a

Browse files
committed
fix cargo tealr errors
1 parent ee30cf1 commit 781754a

File tree

5 files changed

+121
-96
lines changed

5 files changed

+121
-96
lines changed

bevy_api_gen/src/main.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,6 @@ pub(crate) fn generate_macros(
219219
writer.write_inline("\"");
220220
writer.write_inline(global_name);
221221
writer.write_inline("\"");
222-
writer.write_inline(".into()");
223222
// corresponding proxy
224223
if dummy_proxy {
225224
writer.write_inline(", crate::lua::util::DummyTypeName::<");

0 commit comments

Comments
 (0)