From 0aca32c1e707d7b495afd7a73ffc5f6c1fd896a0 Mon Sep 17 00:00:00 2001 From: Rob Watson Date: Wed, 16 Sep 2020 10:39:55 +0200 Subject: [PATCH] Update FIXME note --- Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 6667acd..6a28b71 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,8 +9,7 @@ keywords = ["wasm", "webassembly", "console", "log", "logging"] license = "MIT OR Apache-2.0" [lib] -# FIXME: `cargo test` refuses to cross-compile doctests, even with `-Zdoctest-xcompile`. -# E.g.: `cargo test --target wasm32-unknown-unknown -Zdoctest-xcompile` +# FIXME: https://github.com/rfwatson/weblog/issues/2 test = false doctest = true