From 974190e4df9469080cb1690b24a65222d42bd1d1 Mon Sep 17 00:00:00 2001 From: Ivan Enderlin Date: Fri, 23 Apr 2021 10:29:13 +0200 Subject: [PATCH] test(target) Ignore the doctest (for Windows). --- packages/api/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/api/src/lib.rs b/packages/api/src/lib.rs index ea3a8fef..b4567116 100644 --- a/packages/api/src/lib.rs +++ b/packages/api/src/lib.rs @@ -239,7 +239,7 @@ fn engine(_py: Python, module: &PyModule) -> PyResult<()> { /// /// ## Example /// -/// ```py +/// ```py,ignore /// from wasmer import engine, target, Store, Module /// from wasmer_compiler_cranelift import Compiler ///