Skip to content

Commit

Permalink
Remove extra tokens in dispatchers
Browse files Browse the repository at this point in the history
  • Loading branch information
morr0ne committed Aug 14, 2024
1 parent cbe3749 commit c29e237
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions gen/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -539,8 +539,7 @@ fn write_dispatchers(interface: &Interface) -> Vec<TokenStream> {
#opcode => {
tracing::debug!(#tracing_inner, object.id);
self.#name(#(#args),*).await
} // let args = quote! {&self, object: &crate::server::Object, client: &mut crate::server::Client,};

}
});
}

Expand Down

0 comments on commit c29e237

Please sign in to comment.