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.
SystemDesc
1 parent 065fc8a commit 891852eCopy full SHA for 891852e
amethyst_derive/src/system_desc.rs
@@ -140,7 +140,7 @@ fn system_desc_struct(context: &Context<'_>) -> TokenStream {
140
}
141
142
143
-fn system_desc_fields<'ast>(ast: &'ast DeriveInput) -> SystemDescFields<'ast> {
+fn system_desc_fields(ast: &DeriveInput) -> SystemDescFields<'_> {
144
// This includes any `PhantomData` fields to avoid unused type parameters.
145
let fields = ast.fields();
146
0 commit comments