We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86e9573 commit 5009e2cCopy full SHA for 5009e2c
sparse_strips/vello_sparse_tests/tests/mod.rs
@@ -20,7 +20,8 @@
20
21
#![allow(missing_docs, reason = "we don't need docs for testing")]
22
#![allow(clippy::cast_possible_truncation, reason = "not critical for testing")]
23
-#![cfg(all(target_arch = "wasm32", feature = "webgl"))]
+
24
+#[cfg(all(target_arch = "wasm32", feature = "webgl"))]
25
wasm_bindgen_test::wasm_bindgen_test_configure!(run_in_browser);
26
27
mod basic;
0 commit comments