Skip to content
This repository was archived by the owner on Sep 8, 2025. It is now read-only.

Commit 1458e4f

Browse files
committed
Ignore some doc tests for now
1 parent 8756ce4 commit 1458e4f

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

crates/wasi/src/p3/bindings.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
//! use this modules's bindings rather than generate fresh bindings. That can be
1212
//! done using the `with` option to [`bindgen!`]:
1313
//!
14-
//! ```rust
14+
//! ```rust,ignore(TODO fix after upstreaming is complete)
1515
//! use wasmtime_wasi::p3::{WasiCtx, WasiView};
1616
//! use wasmtime::{Result, Engine, Config};
1717
//! use wasmtime::component::{Linker, HasSelf};
@@ -190,7 +190,7 @@ pub use self::generated::wasi::*;
190190
///
191191
/// # Examples
192192
///
193-
/// ```no_run
193+
/// ```no_run,ignore(TODO fix after upstreaming is complete)
194194
/// use wasmtime::{Engine, Result, Store, Config};
195195
/// use wasmtime::component::{Component, Linker};
196196
/// use wasmtime_wasi::p3::{WasiCtx, WasiView, WasiCtxBuilder};
@@ -257,7 +257,7 @@ pub use self::generated::Command;
257257
///
258258
/// # Examples
259259
///
260-
/// ```no_run
260+
/// ```no_run,ignore(TODO fix after upstreaming is complete)
261261
/// use wasmtime::{Engine, Result, Store, Config};
262262
/// use wasmtime::component::{Linker, Component};
263263
/// use wasmtime_wasi::p3::{WasiCtx, WasiView, WasiCtxBuilder};

crates/wasi/src/p3/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ impl Drop for AbortOnDropHandle {
4848
///
4949
/// # Example
5050
///
51-
/// ```
51+
/// ```ignore(TODO fix after upstreaming is complete)
5252
/// use wasmtime::{Engine, Result, Store, Config};
5353
/// use wasmtime::component::{ResourceTable, Linker};
5454
/// use wasmtime_wasi::p3::cli::{WasiCliCtx, WasiCliView};

0 commit comments

Comments
 (0)