mirror of
https://github.com/rustwasm/wasm-bindgen.git
synced 2024-12-14 20:11:37 +03:00
Fix warning about dead code when testing on non-wasm32 targets
There are functions that are only used on wasm32 targets, but `cfg`ing them is more work than just making the modules public, and this is just a testing crate.
This commit is contained in:
parent
1ba298548f
commit
6cb659d5ac
@ -1,5 +1,5 @@
|
||||
mod custom_section;
|
||||
mod getters_setters;
|
||||
mod opt_args_and_ret;
|
||||
mod simple_fn;
|
||||
mod simple_struct;
|
||||
pub mod custom_section;
|
||||
pub mod getters_setters;
|
||||
pub mod opt_args_and_ret;
|
||||
pub mod simple_fn;
|
||||
pub mod simple_struct;
|
||||
|
Loading…
Reference in New Issue
Block a user