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 1b4776a commit 88557ccCopy full SHA for 88557cc
bindings/devup-ui-wasm/tests/wasm.rs
@@ -4,6 +4,7 @@ use wasm_bindgen::JsValue;
4
use wasm_bindgen_test::*;
5
6
#[wasm_bindgen_test]
7
+#[warn(dead_code)]
8
fn test_object_to_typography() {
9
let obj = Object::new();
10
Reflect::set(
0 commit comments