Skip to content

Commit 88557cc

Browse files
committed
Add warn flag
1 parent 1b4776a commit 88557cc

File tree

1 file changed

+1
-0
lines changed
  • bindings/devup-ui-wasm/tests

1 file changed

+1
-0
lines changed

bindings/devup-ui-wasm/tests/wasm.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ use wasm_bindgen::JsValue;
44
use wasm_bindgen_test::*;
55

66
#[wasm_bindgen_test]
7+
#[warn(dead_code)]
78
fn test_object_to_typography() {
89
let obj = Object::new();
910
Reflect::set(

0 commit comments

Comments
 (0)