We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a95c6b commit a2bdf4aCopy full SHA for a2bdf4a
crates/bevy_api_gen/templates/footer.tera
@@ -24,7 +24,7 @@ impl bevy::app::Plugin for {{ "ScriptingPlugin" | prefix_cratename | convert_cas
24
: {{- arg.proxy_ty -}},
25
{%- endfor -%}
26
| {
27
- let output: {{ function.output.proxy_ty }} = {{ ::item.import_path }}::{{ function.ident }}(
+ let output: {{ function.output.proxy_ty }} = ::{{ item.import_path }}::{{ function.ident }}(
28
{%- for arg in function.args -%}
29
{%- if arg.ident != "self" -%}
30
{{- arg.ident -}}
0 commit comments