Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(sdk): Remove image-rayon cargo feature check from build.rs
Browse files Browse the repository at this point in the history
The cargo feature was removed, but the build script was forgotten.

Signed-off-by: Kévin Commaille <[email protected]>
zecakeh committed Dec 15, 2024

Verified

This commit was signed with the committer’s verified signature.
zecakeh Kévin Commaille
1 parent 789bd31 commit ec7b4f0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions crates/matrix-sdk/build.rs
Original file line number Diff line number Diff line change
@@ -39,9 +39,5 @@ fn main() {
!env_is_set("CARGO_FEATURE_SSO_LOGIN"),
"feature 'sso-login' is not available on target arch 'wasm32'",
);
ensure(
!env_is_set("CARGO_FEATURE_IMAGE_RAYON"),
"feature 'image-rayon' is not available on target arch 'wasm32'",
);
}
}

0 comments on commit ec7b4f0

Please sign in to comment.