wasm-bindgen-test: ignore example code that is not intended to compile

This was making `cargo test --all` fail.
This commit is contained in:
Nick Fitzgerald
2019-01-14 14:53:46 -08:00
parent 56c4385f42
commit f2cbbb83f3

View File

@ -29,7 +29,9 @@ macro_rules! console_log {
/// ///
/// This macro is invoked as: /// This macro is invoked as:
/// ///
/// ```ignore
/// wasm_bindgen_test_configure!(foo bar baz); /// 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: