mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-06-22 17:21:35 +00:00
wasm-bindgen-test: ignore example code that is not intended to compile
This was making `cargo test --all` fail.
This commit is contained in:
@ -29,7 +29,9 @@ macro_rules! console_log {
|
|||||||
///
|
///
|
||||||
/// This macro is invoked as:
|
/// This macro is invoked as:
|
||||||
///
|
///
|
||||||
/// wasm_bindgen_test_configure!(foo bar baz);
|
/// ```ignore
|
||||||
|
/// wasm_bindgen_test_configure!(foo bar baz);
|
||||||
|
/// ```
|
||||||
///
|
///
|
||||||
/// where all of `foo`, `bar`, and `baz`, would be recognized options to this
|
/// where all of `foo`, `bar`, and `baz`, would be recognized options to this
|
||||||
/// macro. The currently known options to this macro are:
|
/// macro. The currently known options to this macro are:
|
||||||
|
Reference in New Issue
Block a user