mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-15 03:25:46 -04:00
chore(bindings): Remove a From<JoinHandle> for TaskHandle impl.
This implementation is never used.
This commit is contained in:
@@ -50,12 +50,6 @@ impl TaskHandle {
|
||||
}
|
||||
}
|
||||
|
||||
impl From<JoinHandle<()>> for TaskHandle {
|
||||
fn from(value: JoinHandle<()>) -> Self {
|
||||
Self::with_handle(value)
|
||||
}
|
||||
}
|
||||
|
||||
#[uniffi::export]
|
||||
impl TaskHandle {
|
||||
pub fn cancel(&self) {
|
||||
|
||||
Reference in New Issue
Block a user