diff --git a/crates/tauri/src/ipc/channel.rs b/crates/tauri/src/ipc/channel.rs index da46363230f9..77978f2b47c2 100644 --- a/crates/tauri/src/ipc/channel.rs +++ b/crates/tauri/src/ipc/channel.rs @@ -213,7 +213,7 @@ impl Channel { } } -impl<'de, R: Runtime, TSend: Clone> CommandArg<'de, R> for Channel { +impl<'de, R: Runtime, TSend> CommandArg<'de, R> for Channel { /// Grabs the [`Webview`] from the [`CommandItem`] and returns the associated [`Channel`]. fn from_command(command: CommandItem<'de, R>) -> Result { let name = command.name;