mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-03-23 05:30:52 +00:00
15 lines
333 B
Plaintext
15 lines
333 B
Plaintext
error: unused #[wasm_bindgen] attribute
|
|
--> $DIR/unused-attributes.rs:9:20
|
|
|
|
|
9 | #[wasm_bindgen(method)]
|
|
| ^^^^^^
|
|
|
|
error: unused #[wasm_bindgen] attribute
|
|
--> $DIR/unused-attributes.rs:10:20
|
|
|
|
|
10 | #[wasm_bindgen(method)]
|
|
| ^^^^^^
|
|
|
|
error: aborting due to 2 previous errors
|
|
|