File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -107,10 +107,10 @@ pub fn module(attr: TokenStream, item: TokenStream) -> TokenStream {
107107
108108 // Implement Module init etc.
109109 #[ caryatid_sdk:: async_trait]
110- impl #impl_generics Module <#message_type> for #struct_name #type_generics #where_clause {
110+ impl #impl_generics caryatid_sdk :: Module <#message_type> for #struct_name #type_generics #where_clause {
111111
112112 // Implement init, calling down to struct's own
113- async fn init( & self , context: Arc <Context <#message_type>>, config: Arc <Config >)
113+ async fn init( & self , context: Arc <caryatid_sdk :: Context <#message_type>>, config: std :: sync :: Arc <:: config :: Config >)
114114 -> anyhow:: Result <( ) > {
115115 #struct_name:: init( self , context, config) . await
116116 }
You can’t perform that action at this time.
0 commit comments