fix(matrix): handle unused Result from backups().disable() (#4386)

Add `let _ =` prefix to explicitly discard the Result from
`client.encryption().backups().disable().await`, suppressing the
`unused_must_use` compiler warning.

Closes #4374
This commit is contained in:
Argenis 2026-03-23 15:00:58 -04:00 committed by GitHub
parent 5bdeeba213
commit 79f0a5ae30
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

Diff Content Not Available