diff --git a/bindings/matrix-sdk-ffi/src/client_builder.rs b/bindings/matrix-sdk-ffi/src/client_builder.rs index a12acd0753b..f93e65fbcc7 100644 --- a/bindings/matrix-sdk-ffi/src/client_builder.rs +++ b/bindings/matrix-sdk-ffi/src/client_builder.rs @@ -50,8 +50,8 @@ pub enum BackupDownloadStrategy { } impl From for matrix_sdk::encryption::BackupDownloadStrategy { - fn from(strat: BackupDownloadStrategy) -> Self { - match strat { + fn from(strategy: BackupDownloadStrategy) -> Self { + match strategy { BackupDownloadStrategy::OneShot => { matrix_sdk::encryption::BackupDownloadStrategy::OneShot }